![](https://secure.gravatar.com/avatar/6a09376ccd6cc57858862d7e6f09a363.jpg?s=120&d=mm&r=g)
June 23, 2011
8:50 p.m.
ok, with pythonxy, everything turns messy. so far no result except error. with EBD, setup runs after removing the following red line from setup.py -
try: setup(name = 'sfepy', maintainer = "Robert Cimrman", maintainer_email = "cimr...@ntc.zcu.cz", description = DOCLINES[0], long_description = "\n".join(DOCLINES[2:]), url = "http://sfepy.org", download_url = DOWNLOAD_URL, license = 'BSD', classifiers = filter(None, CLASSIFIERS.split('\n')), platforms = ["Linux", "Mac OS-X", 'Windows'], scripts = main_scripts, cmdclass = cmdclass, configuration = configuration) on this line,setup terminates and declares bad descriptor error. so far no successful result yet.