Has anybody installed SQLObject (and FormEncode) with Python 2.5? There is a bug report https://sourceforge.net/tracker/index.php?func=detail&aid=1567337&group_id=74338&atid=540672
The essential part are: Processing dependencies for SQLObject==0.7.1 Searching for FormEncode>=0.2.2 Reading http://www.python.org/pypi/FormEncode/ Reading http://formencode.org Reading http://www.python.org/pypi/FormEncode/0.5.1 Best match: FormEncode 0.5.1 Downloading http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-0.5.1.tar.gz#md5=f240217726f1962762bcf889a16f4450 Processing FormEncode-0.5.1.tar.gz Running FormEncode-0.5.1\setup.py -q bdist_egg --dist-dir c:\docume~1\fviktor\locals~1\temp\easy_install-cxtg_z\FormEncode-0.5.1\egg-dist-tmp-bj0-wp warning: no files found matching '*.py' under directory '.' Traceback (most recent call last): File "setup.py", line 67, in <module> [skip] File "D:\Python25\Lib\distutils\filelist.py", line 130, in process_template_line (action, patterns, dir, dir_pattern) = self._parse_template_line(line) File "D:\Python25\Lib\distutils\filelist.py", line 105, in _parse_template_line dir = convert_path(words[1]) File "D:\Python25\Lib\distutils\util.py", line 140, in convert_path raise ValueError, "path '%s' cannot end with '/'" % pathname ValueError: path 'docs/' cannot end with '/' I tried to run python2.5 setup.py install on the FormEncode from SVN - and it was installed smoothly. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
