Opened 17 years ago
Closed 17 years ago
#174 closed defect (duplicate)
error latest trunc of genshi
Reported by: | didley@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.5 |
Component: | General | Version: | devel |
Keywords: | Cc: |
Description
When I try to using the latest trunc of genshi I get the message below:
error: Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.
I'm using Trac 0.11dev, Python 2.5
Do I need a compiler. When I try to compile the latest stable version of genshi I don't get this message.
Attachments (1)
Change History (6)
Changed 17 years ago by athomas
comment:1 Changed 17 years ago by athomas
Can you try the attached patch please?
comment:2 Changed 17 years ago by didley@…
Now the compiler gives a Warning
WARNING: An optional C extension could not be compiled, speedups will not be available.
but I get a egg named Genshi-0.5dev-py2.5-win32.egg. When I use this egg the browser give the message "The page can not be displayed". The error Log has no entry.
I wanna change genshi because I want to use the newest timingandestimationplugin this needs > genshi4.x
comment:3 Changed 17 years ago by athomas
The warning is to be expected and it sounds like Genshi is building correctly. To be sure you can run the Genshi unit tests with:
python setup.py test
It's more likely to be a Trac plugin problem now, so you should read the Trac logging documentation or contact the Trac mailing list or IRC channel for help.
comment:4 Changed 17 years ago by didley@…
Thanks for your help.
I found a ticket in trac and answers in a Mailinglist.
comment:5 Changed 17 years ago by athomas
- Resolution set to duplicate
- Status changed from new to closed
Ah. Duplicate of #165.
Don't abort completely if a compiler is not available