kquizak schrieb:
> ***************************************************************************
> WARNING: The C extension could not be compiled, speedups are not
> enabled.
> Failure information, if any, is above.
> I'm retrying the build without the C extension now.
> ***************************************************************************
> error: Setup script exited with error: can't copy 'simplejson.egg-info
> \native_libs.txt': doesn't exist or not
> ar file
> 
> can you tell me what is wrong, what do I need(this is the same error
> for my ubuntu box and also for my windows box)

Hint: you don't have a C compiler and simplejson released a new version 
again but no binary eggs.

Three solutions:

1) Install a compiling toolchain.

    On Ubuntu this is as easy as:

    sudo apt-get install build-essential python-dev

    On Windows this is not something for newbies.

2) Install the previous version of simplejson form turbogears.org:

    easy_install -i http://pypi.turbogears.org/ simplejson

3) Wait until we put up a binary egg for simplejson 1.9.2 for your 
System on turbogears.org.


Then try the installation again.


BTW: You didn't answer the questions in my first answer. I guessed the 
cause of your problem from your truncated error message but usually you 
have to post more info. I only knew what was going on, since this 
problem occurs so often.

Chris

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

Reply via email to