Re: error Installing RBTools

2014-10-02 Thread Eric Johnson
I'm not an expert in any of this, but there's one very suspicious detail in
your log:

It starts with:
" File "C:\Python27\Scripts\easy_
install-script.py", line 5, in 
 "
and ends with:
"  File "C:\csvn\Python25\lib\socket.py", line 47, in 
import _socket
"

Notice that somehow the Python25 directory has come into play?

I suspect you've got some sort of path problem that leads to trying to use
two different versions of Python at the same time. Start by fixing that.

Eric.


On Tue, Sep 30, 2014 at 11:29 AM, Felix Wei  wrote:

> When i tried to install RBTools with python2.7.7 by running "easy_install
>  -U RBTools" I get this error
>
> U:\>easy_install -U RBTools
> Traceback (most recent call last):
>   File "C:\Python27\Scripts\easy_install-script.py", line 5, in 
> from pkg_resources import load_entry_point
>   File "build\bdist.win-amd64\egg\pkg_resources.py", line 35, in 
>   File "C:\csvn\Python25\lib\email\parser.py", line 12, in 
> from email.feedparser import FeedParser
>   File "C:\csvn\Python25\lib\email\feedparser.py", line 27, in 
> from email import message
>   File "C:\csvn\Python25\lib\email\message.py", line 16, in 
> import email.charset
>   File "C:\csvn\Python25\lib\email\charset.py", line 13, in 
> import email.base64mime
>   File "C:\csvn\Python25\lib\email\base64mime.py", line 40, in 
> from email.utils import fix_eols
>   File "C:\csvn\Python25\lib\email\utils.py", line 28, in 
> import socket
>   File "C:\csvn\Python25\lib\socket.py", line 47, in 
> import _socket
> ImportError: DLL load failed: %1 is not a valid Win32 application.
>
> Could someone please tell me what do I need to do to fix it?
>
> Thanks in advance.
>
> --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


error Installing RBTools

2014-09-30 Thread Felix Wei
When i tried to install RBTools with python2.7.7 by running "easy_install 
 -U RBTools" I get this error

U:\>easy_install -U RBTools
Traceback (most recent call last):
  File "C:\Python27\Scripts\easy_install-script.py", line 5, in 
from pkg_resources import load_entry_point
  File "build\bdist.win-amd64\egg\pkg_resources.py", line 35, in 
  File "C:\csvn\Python25\lib\email\parser.py", line 12, in 
from email.feedparser import FeedParser
  File "C:\csvn\Python25\lib\email\feedparser.py", line 27, in 
from email import message
  File "C:\csvn\Python25\lib\email\message.py", line 16, in 
import email.charset
  File "C:\csvn\Python25\lib\email\charset.py", line 13, in 
import email.base64mime
  File "C:\csvn\Python25\lib\email\base64mime.py", line 40, in 
from email.utils import fix_eols
  File "C:\csvn\Python25\lib\email\utils.py", line 28, in 
import socket
  File "C:\csvn\Python25\lib\socket.py", line 47, in 
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application.

Could someone please tell me what do I need to do to fix it?

Thanks in advance. 

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.