| Issue 2: | wont run as .sis, the .py shows an error | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. install
2. run
What is the expected output? What do you see instead?
python error if its a .py, the apps menu if its the sis package
What version of the product are you using? On what operating system?
latests version on N95 8gb (FP1)
Please provide any additional information below.
python traceback latest line of error:
Version 1.4.5 final
Traceback (most recent call last):
File "C:\private\2000b1a5\default.py", line 81, in menu_action
f()
File "C:\private\2000b1a5\default.py", line 65, in query_and_exec
execfile(script_list[index][1].encode('utf-8'), script_namespace.namespace)
File "c:\python\stumblr.py", line 808, in ?
app = STumblr()
File "c:\python\stumblr.py", line 601, in __init__
self.Settings()
File "c:\python\stumblr.py", line 772, in Settings
[(u('Email'), u(self.email)), (u('Password'), u(stars(self.password))),
AttributeError: 'STumblr' object has no attribute 'groups'
|
|
,
Sep 06, 2009
Will fix it ASAP. Thanks for reporting.
Status: Accepted
Labels: -Priority-Medium Priority-Critical |
|
,
Sep 07, 2009
Please, tell me which version of the program have you tried? The latest version now is 1.5. |
|
,
Sep 07, 2009
the latest, 1.5 |
|
,
Sep 07, 2009
Fixed. Please download new Version 1.6 and install it.
Status: Verified
|
|
,
Sep 07, 2009
its working now, thanks! :D |
|
|
|