thang
unread,Oct 20, 2009, 8:40:15 PM10/20/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to amplee-tickets
Hi,
I have an error in importing the Config module from amplee.loader. My
amplee version is 0.6.1. Below are the info. Please let me know
what I've done incorrectly? Thanks in advance.
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import amplee
>>> print amplee.__version__
0.6.1
>>>
>>> from amplee.loader import Config
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name Config
>>>