Open aidiss opened 9 years ago
You're probably using Python 3 and installed via Pip. Pip only has Scaffold version 0.1.3. The latest version which supports Python 3 is 0.1.5. Either wait for @Aaronontheweb to update the version on PyPI or clone this repo and run python setup.py install to manually install the latest version.
EDIT: I searched on the PyPI website, and it seems Scaffold 0.1.5 is already up there. However, when trying to install via Pip, it can't find 0.1.5 (and only until 0.1.3). I'm not sure if this error is because of pip or some other mistake along the way.
@chuckoy This error exists in 0.1.5 as well. This is definitely a syntax error. It appears that the old py2.5 syntax except os.error, (errno, errstr)
has been converted automatically to except...as
format rather than updated to object-oriented exceptions.
This was fixed in #12 (d47b1e1), after the 0.1.5 release. You need to install from source to use this package on python 3.
@sbliven I'd be happy to give someone else control over this package - I have my hands full with a number of large .NET OSS projects and I'd love to make sure Python users who want to use this package can still deliver updates to it.
@Aaronontheweb Sure, I'll send you an email.