Search found 5 matches
- February 27th, 2008, 2:43 pm
- Forum: Bug Reports
- Topic: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
- Replies: 12
- Views: 25141
Re: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
Yep, thats it. I forgot I moved the 0.3.1 .ini to the 0.3.2 build- All is working. Thanks
- February 27th, 2008, 2:01 pm
- Forum: Bug Reports
- Topic: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
- Replies: 12
- Views: 25141
Re: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
I should have read my own error message: RE Zlib ;) .. I've reinstalled current zlib with ./configure --share and then recompiled python2.5. My new errors are: [root@dC SABnzbd-0.3.2]# python SABnzbd.py Traceback (most recent call last): File "SABnzbd.py", line 692, in <module> main(...
- February 27th, 2008, 1:43 pm
- Forum: Bug Reports
- Topic: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
- Replies: 12
- Views: 25141
Re: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
Good catch.. I had CherryPy3 installed.. I have removed all cherrypy3 references from /usr/local/lib/python2.5/site-packages and installed CherryPy2.2.1. I am still getting: SABnzbd-0.3.1 and Python2.5 [root@dC SABnzbd-0.3.1]# /usr/local/bin/python SABnzbd.py -f sabnzbd.ini Traceback (most recent ca...
- February 27th, 2008, 1:05 pm
- Forum: Bug Reports
- Topic: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
- Replies: 12
- Views: 25141
Re: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
No, I haven't used other versions before.. I tried a roll back to 0.3.1 with Python2.4 and 2.5 and I'm getting the same errors as before. I have all the modules installed, python is reporting: [root@dC ~]# /usr/local/bin/python Python 2.5.2 (r252:60911, Feb 26 2008, 17:52:22) [GCC 4.1.1 20070105 (Re...
- February 27th, 2008, 10:39 am
- Forum: Bug Reports
- Topic: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
- Replies: 12
- Views: 25141
Re: 0.3.2 "SyntaxError: invalid syntax" with python 2.4
I ran into this same error yesterday while running python 2.4. After reading this post I upgraded to python v.2.5.2 and am still receiving the same error. [root@dC SABnzbd-0.3.2]# python SABnzbd.py Traceback (most recent call last): File "SABnzbd.py", line 26, in import sabnzbd Fil...