Re: Partially invalid sys.path - how can I fix it (not append to it)?

2015-09-28 Thread dieter
Pierre Rouleau writes: > On a OS/X 101.10.5 (Yosemite) system, the system Python just got updated to > 2.7.10 but it sys.path is partially invalid. How can I fix that? > ... details removed ... You have found out that the execution of "site.py" inserts the invalid entries to "sys.path". I rememb

multiprocessing speedup

2015-09-28 Thread Rita
I am using the multiprocessing with apply_async to do some work. Each task takes a few seconds but I have several thousand tasks. I was wondering if there is a more efficient method and especially when I plan to operate on a large memory arrays (numpy) Here is what I have now import multiproces

Re: Installing pywin32.

2015-09-28 Thread Zachary Ware
On Mon, Sep 28, 2015 at 10:15 AM, Mark Lawrence wrote: > On 28/09/2015 14:42, Abhiram R wrote: >> On Mon, Sep 28, 2015 at 1:56 AM, wrote: >>> I will give the team viewer ID of my machine so can you please >>> install the pywin32 module to me. Not going to happen, sorry. >> It's best if you ins

Partially invalid sys.path - how can I fix it (not append to it)?

2015-09-28 Thread Pierre Rouleau
Hi, On a OS/X 101.10.5 (Yosemite) system, the system Python just got updated to 2.7.10 but it sys.path is partially invalid. How can I fix that? I don't want to add something in PYTHONPATH. I know I can create a softlink at the invalid location to where the real files are located.I just w

Re: Installing pywin32.

2015-09-28 Thread Mark Lawrence
On 28/09/2015 14:42, Abhiram R wrote: > > I will give the team viewer ID of my machine so can you please install the pywin32 module to me. > Hi , It's best if you install it yourself. It isn't really complicated. :) and you'll learn it in the process as well Steps you could possibly Google -

Re: python.org bugs

2015-09-28 Thread Laura Creighton
In a message of Mon, 28 Sep 2015 10:48:58 +0200, Wolfgang Maier writes: >On 28.09.2015 09:30, Laura Creighton wrote: >> If you just send them to webmas...@python.org they will get dealt with >> (probably by me). >> >> Laura >> > >Does that apply to bugs on pypi, too? > >You still cannot select Pyth

RE: Re: Re: Installing pywin32.

2015-09-28 Thread Abhiram R
> > I will give the team viewer ID of my machine so can you please install the pywin32 module to me. > Hi , It's best if you install it yourself. It isn't really complicated. :) and you'll learn it in the process as well Steps you could possibly Google - 1) installation of Python 3.5 (which i bel

Re: python.org bugs

2015-09-28 Thread Wolfgang Maier
On 28.09.2015 09:30, Laura Creighton wrote: If you just send them to webmas...@python.org they will get dealt with (probably by me). Laura Does that apply to bugs on pypi, too? You still cannot select Python 3.5 as the Python Version for wheels and other files uploaded to pypi over the web

Re: Are There Known Problems With tkinter And VPS Servers?

2015-09-28 Thread Laura Creighton
In a message of Sun, 27 Sep 2015 16:31:59 -0500, Tim Daneliuk writes: >Traceback (most recent call last): > File "/usr/local/TundraWare/bin/twander.py", line 5464, in >UI = twanderUI(UIroot) > File "/usr/local/TundraWare/bin/twander.py", line 2152, in __init__ >self.CmdBtn = Menubutton(s

Re: Beginning question #compilersetup, #windows7, #vs2010

2015-09-28 Thread Laura Creighton
3.5 lxml over here: https://pypi.python.org/pypi/lxml/3.5.0b1 Laura -- https://mail.python.org/mailman/listinfo/python-list

RE: Re: Re: Installing pywin32.

2015-09-28 Thread ashwath
Hi I will give the team viewer ID of my machine so can you please install the pywin32 module to me. Thanks Ashwath - Original Message - Subject: Re: Re: Installing pywin32. From: "Zachary Ware" Date: 9/24/15 9:29 pm To: "python-list@python.org" Cc: ashw...@nanoheal.c

Re: python.org bugs

2015-09-28 Thread Laura Creighton
If you just send them to webmas...@python.org they will get dealt with (probably by me). Laura -- https://mail.python.org/mailman/listinfo/python-list

Re: Beginning question #compilersetup, #windows7, #vs2010

2015-09-28 Thread Jeff VanderDoes
Thanks to both of you for the info. It'll take me a while to dig through it and make sense of it all. Today I was able to install visual studio community 2015 for use with python 3.5. Then I tried using pip to install python-pptx and xlwings. I believe on xlwings I got the following error (in p