I will try it on a windows machine when I get to one, and try to debug the problems. Thanks for the reports!
I assume you tried the latest versions of both EPD and pythonxy, right?
r.
On Thu, 23 Jun 2011, tone....@gmail.com wrote:
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.
-- You received this message because you are subscribed to the Google Groups "sfepy-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/sfepy-devel/-/03_MRctWKuQJ. To post to this group, send email to sfepy...@googlegroups.com. To unsubscribe from this group, send email to sfepy-devel...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sfepy-devel?hl=en.