Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Error with setup.py develop [2.2 Unstable]
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mengu  
View profile  
 More options May 22 2012, 1:56 pm
From: Mengu <whalb...@gmail.com>
Date: Tue, 22 May 2012 10:56:19 -0700 (PDT)
Local: Tues, May 22 2012 1:56 pm
Subject: Error with setup.py develop [2.2 Unstable]
hi,

i have created a fresh virtual environment and did a clean install via
http://unstable.tg.gy

i created a test project with "paster quickstart -n -s -j appname" and
then i ran a "python setup.py develop". this is the output:
http://pastebin.com/XaeVUqFP


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options May 22 2012, 3:14 pm
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Tue, 22 May 2012 21:14:21 +0200
Local: Tues, May 22 2012 3:14 pm
Subject: Re: [TurboGears] Error with setup.py develop [2.2 Unstable]
That is sadly a know issue in Python2.7
multiprocessing and logging don't coexist well.

It should not cause any effect as it happens at interpreter shutdown
after everything has been done.
In the case of TurboGears2 it is caused by the setup script of
tw2.forms which imports multiprocessing and logging.

You can simply ignore it or quickstart with: "paster quickstart -n -s
-j --enable-tw1 quickstore"

I'll look for a workaround with ToscaWidgets guys as soon as possible,
in the mean time it can just be ignored.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options May 22 2012, 3:41 pm
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Tue, 22 May 2012 21:41:11 +0200
Local: Tues, May 22 2012 3:41 pm
Subject: Re: [TurboGears] Error with setup.py develop [2.2 Unstable]
It's just an hack, but release 20120522 provides a quickstart change
that avoids the crash.
Quickstarting again the project on a virtual environment created with
that release should cause the crash anymore when doing setup.py
develop.

For people that use 2.1.5 with ToscaWidgets2 they can work around the
issue by placing at the head of their project setup.py:

try:
    import logging
    import multiprocessing
except:
    pass

On Tue, May 22, 2012 at 9:14 PM, Alessandro Molina


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mengu  
View profile  
 More options May 23 2012, 8:49 am
From: Mengu <whalb...@gmail.com>
Date: Wed, 23 May 2012 05:49:56 -0700 (PDT)
Local: Wed, May 23 2012 8:49 am
Subject: Re: Error with setup.py develop [2.2 Unstable]
thanks alessandro.

this seems to be fixed.

On May 22, 10:41 pm, Alessandro Molina <alessandro.mol...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »