Edgewall Software

Ticket #174 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 years ago

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

windows-vs-skip.diff Download (1.1 KB) - added by athomas 4 years ago.
Don't abort completely if a compiler is not available

Change History

Changed 4 years ago by athomas

Don't abort completely if a compiler is not available

Changed 4 years ago by athomas

Can you try the attached patch please?

Changed 4 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

Changed 4 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.

Changed 4 years ago by didley@…

Thanks for your help.
I found a ticket in trac and answers in a Mailinglist.

 http://groups.google.com/group/trac-users/browse_thread/thread/b4ec238d0f36f4c/e6ae611a3227f960?lnk=gst&q=genshi

Changed 4 years ago by athomas

  • status changed from new to closed
  • resolution set to duplicate

Ah. Duplicate of #165.

Add/Change #174 (error latest trunc of genshi)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.