Re: simplejson 1.8.1 windows easy_install (compilation) failure

2008-04-16 Thread Alagu Madhu

Please download simplejson-1.8.1-py2.5-win32.egg from
http://turbogears.org/download/filelist.html



On Apr 16, 5:12 pm, Marcin Kasperski [EMAIL PROTECTED]
wrote:
 Attempt to easy_install pylons 1.9.7beta on windows ends during
 simplejson 1.8.1 install with:

 C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe /c /nologo 
 /Ox
  /MD /W3 /GX /DNDEBUG -Ic:\python25\include 
 -IC:\users\path-to-my-virtual-env\PC /Tcsimplejson/_speedups.c 
 /Fobuild\temp.win32-2.5\Release\simplejson/_speedups.obj _speedups.c

 simplejson\_speedups.c(610) : error C2059: syntax error : '}'

 (as I checked, simplejson 1.7.1 easy-installs fine on the same machine,
 while 1.7.3 fails with the same error)

 Does anybody know what is the problem? And maybe it would make sense
 to provide binary eggs (borrowing them from turbogears if necessary)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: simplejson 1.8.1 windows easy_install (compilation) failure

2008-04-16 Thread Florent Aide

On Wed, Apr 16, 2008 at 6:05 PM, Marcin Kasperski
[EMAIL PROTECTED] wrote:

  Alagu Madhu [EMAIL PROTECTED] writes:

   Please download simplejson-1.8.1-py2.5-win32.egg from
   http://turbogears.org/download/filelist.html
  

  Yeah, I know. But couldn't somebody copy the same link
  (or maybe even the files) to pylonshq.com download pages?

simplejson does not build properly with VS. You need to install mingw
to compile it on windows. That's how I build the win32 binary eggs for
tg.

Florent.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: simplejson 1.8.1 windows easy_install (compilation) failure

2008-04-16 Thread Bob Ippolito

On Wed, Apr 16, 2008 at 11:46 AM, Florent Aide [EMAIL PROTECTED] wrote:

  On Wed, Apr 16, 2008 at 6:05 PM, Marcin Kasperski
  [EMAIL PROTECTED] wrote:
  
Alagu Madhu [EMAIL PROTECTED] writes:
  
 Please download simplejson-1.8.1-py2.5-win32.egg from
 http://turbogears.org/download/filelist.html

  
Yeah, I know. But couldn't somebody copy the same link
(or maybe even the files) to pylonshq.com download pages?

  simplejson does not build properly with VS. You need to install mingw
  to compile it on windows. That's how I build the win32 binary eggs for
  tg.

If someone wants to fix that I'll take a patch. I don't use VS.

-bob

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---