Re: Installation problems

2021-12-13 Thread Greg Ewing
On 13/12/21 8:25 pm, Cristiano Loro wrote: In production I performed a custom installation defining "for all users", but the modules are placed elsewhere and this is perhaps the problem. How can I put the modules in the correct folder? How are you installing the modules? Are you doing it with

Installation problems

2021-12-13 Thread Cristiano Loro
Good morning, i am using a python application to program ESP8266. in my office everything works fine, but in production, where users don't have the same access privileges, I can't get it to go. In production I performed a custom installation defining "for all users", but the modules are placed e

Re: software installation problems

2021-08-30 Thread Dennis Lee Bieber
On Mon, 30 Aug 2021 10:37:26 -0500, randy darwin lozanovalle declaimed the following: >Good morning, when I run the Python program after installing the >latest version, I get this message (attached file), I have already >reinstalled the program several times and the same message keeps >appearing;

Re: software installation problems

2021-08-30 Thread Igor Korot
Hi, On Mon, Aug 30, 2021 at 4:37 PM randy darwin lozanovalle wrote: > > Good morning, when I run the Python program after installing the > latest version, I get this message (attached file), I have already > reinstalled the program several times and the same message keeps > appearing; What soluti

software installation problems

2021-08-30 Thread randy darwin lozanovalle
Good morning, when I run the Python program after installing the latest version, I get this message (attached file), I have already reinstalled the program several times and the same message keeps appearing; What solution could you give me, thank you! -- https://mail.python.org/mailman/listinfo/py

Installation Problems

2020-06-08 Thread purelyconstructive .
Hello, I'm sorry if this isn't the correct email to send this to, but I am new to Python and I am having a very hard time getting it installed correctly no matter what version I try. My computer specs are: Toshiba Satellite C55t-B Laptop Intel Celeron CPU N2830 @ 2.16GHz 4 GB RAM 64-bit Windows

Re: Installation Problems with Python 3.7.3

2019-05-23 Thread Carolyn Evans
I got it working. Thanks On Mon, May 20, 2019 at 3:17 PM Igor Korot wrote: > Hi, > > On Mon, May 20, 2019 at 1:53 PM Carolyn Evans wrote: > > > > I am having trouble with re-installing python 3.7.3. > > Why do you need to reinstall? > What seems to be the problem? > > Thank you. > > > > > I ke

Re: Installation Problems with Python 3.7.3

2019-05-20 Thread Igor Korot
Hi, On Mon, May 20, 2019 at 1:53 PM Carolyn Evans wrote: > > I am having trouble with re-installing python 3.7.3. Why do you need to reinstall? What seems to be the problem? Thank you. > > I keep getting the following message: > > Modify > Repair > Remove > > I have tried all three numerous ti

Installation Problems with Python 3.7.3

2019-05-20 Thread Carolyn Evans
I am having trouble with re-installing python 3.7.3. I keep getting the following message: Modify Repair Remove I have tried all three numerous times and can not complete the setup I am working on a Windows 8 system, 64 bit OS, 4GB ram. How can this be fixed? Thanks C. Evans -- https://ma

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 05:22 PM, 3dB wrote: >> pip install --user virtualenv >> >> It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I >> believe. > > Skip, thanks, that worked for virtualenv. > > I'll now try sudo for Speechrecognition. You should be able to install speach recogni

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 05:19 PM, 3dB wrote: >>> pip install --user virtualenv >>> >>> It will wind up in $HOME/.local/lib/python2.7/site-packages (or >>> similar) I believe. > > Michael, Skip, > > I've noticed that Python is in the highest level of the drive, > HDD/Library/Python as opposed to usr/Librar

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread 3dB
> pip install --user virtualenv > > It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I > believe. Skip, thanks, that worked for virtualenv. I'll now try sudo for Speechrecognition. -- https://mail.python.org/mailman/listinfo/python-list

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread 3dB
> > pip install --user virtualenv > > > > It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I > > believe. Michael, Skip, I've noticed that Python is in the highest level of the drive, HDD/Library/Python as opposed to usr/Library. Does that present a problem? Also noti

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 02:27 PM, Skip Montanaro wrote: > Sorry, I haven't been following this thread carefully. Michael's use of > "sudo" caught my eye though. I know virtualenv might be "special", but > shouldn't this work? > > pip install --user virtualenv > > It will wind up in $HOME/.local/lib/python2

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Skip Montanaro
Sorry, I haven't been following this thread carefully. Michael's use of "sudo" caught my eye though. I know virtualenv might be "special", but shouldn't this work? pip install --user virtualenv It will wind up in $HOME/.local/lib/python2.7/site-packages (or similar) I believe. Skip On Thu, Dec

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 01:48 PM, 3dB wrote: > Michael, > > I tried installing virtual env but got similar permissions error: > > IOError: [Errno 13] Permission denied: > '/Library/Python/2.7/site-packages/virtualenv.py' Just to get virtual environment support you definitely have to install this package,

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 01:26 PM, 3dB wrote: > Thanks Michael, > > I think I was confusing Virtual Environment (VE) with IDE. > > Probably best if I get to grips with virtualenv to start with since I > can't complete installations at present and VE appears to offer best > solution. Despite Anton's warning

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread 3dB
Michael, I tried installing virtual env but got similar permissions error: IOError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/virtualenv.py' -- https://mail.python.org/mailman/listinfo/python-list

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread 3dB
Thanks Michael, I think I was confusing Virtual Environment (VE) with IDE. Probably best if I get to grips with virtualenv to start with since I can't complete installations at present and VE appears to offer best solution. -- https://mail.python.org/mailman/listinfo/python-list

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Michael Torrie
On 12/08/2016 11:23 AM, 3dB wrote: > Anton, Thanks for the detailed response. I will look into virtualenv > and others. Please excuse beginner's question, but is Xcode of any > use in this type of situation? Not directly, but it does provide a C compiler, which some Python modules require when you

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread 3dB
Anton, Thanks for the detailed response. I will look into virtualenv and others. Please excuse beginner's question, but is Xcode of any use in this type of situation? -- https://mail.python.org/mailman/listinfo/python-list

Re: MacOSX SpeechRecognition installation problems

2016-12-08 Thread Anton Mamaenko
I would suggest using virtual environment (virtualenv, for example) for installing such packages. Dealing with directory permissions on MacOS is complicated, and using "sudo" is not the right way. Moreover, during the next OS upgrade the permissions will be updated as well, and chances are tha

Re: MacOSX SpeechRecognition installation problems

2016-12-07 Thread Michael Torrie
On 12/07/2016 11:09 PM, 3dB wrote: > trying to install SpeechRecognition for Python results in error: > > running install_lib > creating /Library/Python/2.7/site-packages/speech_recognition > error: could not create > '/Library/Python/2.7/site-packages/speech_recognition': Permission deni

MacOSX SpeechRecognition installation problems

2016-12-07 Thread 3dB
trying to install SpeechRecognition for Python results in error: running install_lib creating /Library/Python/2.7/site-packages/speech_recognition error: could not create '/Library/Python/2.7/site-packages/speech_recognition': Permission denied Any advice on how to fix? Follow informat

Re: python 2.6.6 installation problems on osx

2010-08-30 Thread jal
I just did 'make install' because according to the osx section of the README: On a clean OSX /usr/local does not exist. Do a "sudo mkdir -m 775 /usr/local" before you do a make install. It is probably not a good idea to do "sudo make install" which installs everythi

Re: python 2.6.6 installation problems on osx

2010-08-30 Thread Benjamin Kaplan
On Mon, Aug 30, 2010 at 10:29 AM, jal wrote: > Hi All, > > I'm attempting a framework install of python 2.6.6 from source, on an > intel mac running osx 10.6.4. > > At the end of the install the following errors occur. > > install: mkdir /usr/local/bin: Permission denied > make[1]: *** [altinstall

python 2.6.6 installation problems on osx

2010-08-30 Thread jal
Hi All, I'm attempting a framework install of python 2.6.6 from source, on an intel mac running osx 10.6.4. At the end of the install the following errors occur. install: mkdir /usr/local/bin: Permission denied make[1]: *** [altinstallunixtools] Error 71 make: *** [frameworkaltinstallunixtools]

Re: Reg: Installation problems in psycopg2

2008-10-14 Thread raj . indian . 08
Hi Philip, Thank you. I have posted the same in psycopg mailing list too. I had setup the pg_config value too, but even then the error was coming. Hi Dave, Thank you for the quick reply. Regards Raj K -- http://mail.python.org/mailman/listinfo/python-list

Re: Reg: Installation problems in psycopg2

2008-10-14 Thread Dave
gmail.com> writes: > I am trying to install psycopg2 in my windows machine for > connecting with the PostgreSQL server. > Since there is no binary executable*, I am trying to build my own > - and I am facing this issue. > > C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\

Re: Reg: Installation problems in psycopg2

2008-10-13 Thread Philip Semanchuk
On Oct 13, 2008, at 11:52 PM, [EMAIL PROTECTED] wrote: Hi all, I am not sure whether this is the right place to ask this question. Please let me know if it isn't. The psycopg mailing list would be a better place to ask. I am trying to install psycopg2 in my windows machine for connec

Reg: Installation problems in psycopg2

2008-10-13 Thread raj . indian . 08
Hi all, I am not sure whether this is the right place to ask this question. Please let me know if it isn't. I am trying to install psycopg2 in my windows machine for connecting with the PostgreSQL server. Since there is no binary executable*, I am trying to build my own - and I am faci

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-31 Thread Jason Tishler
Andy, On Thu, Jul 31, 2008 at 03:10:26AM -0700, Andy Dingley wrote: > On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote: > > You need to build (and install) pysvn under Cygwin. The pre-built > > Windows version will not work under Cygwin. > > Thanks. Presumably this same problem would aff

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-31 Thread Andy Dingley
On 30 Jul, 20:30, Jason Tishler <[EMAIL PROTECTED]> wrote: > You need to build (and install) pysvn under Cygwin.  The pre-built > Windows version will not work under Cygwin. Thanks. Presumably this same problem would affect anything that uses a .pyd under Cygwin? -- http://mail.python.org/mailman

Re: SVN access with pysvn under Cygwin (Installation problems)

2008-07-30 Thread Jason Tishler
Andy, On Wed, Jul 30, 2008 at 07:46:32AM -0700, Andy Dingley wrote: > Trying to install the pysvn module I'm running into problems getting > it to work under Cygwin. Works fine from a Windows command prompt, > with both the svn_cmd.py example and my own Python code. Under Cygwin > though I just ge

SVN access with pysvn under Cygwin (Installation problems)

2008-07-30 Thread Andy Dingley
I'm building Python tools to wrap up access to our Subversion / SVN source control system. It's to run on my desktop (Cygwin under Windows XP) and then later under Redhat. Trying to install the pysvn module I'm running into problems getting it to work under Cygwin. Works fine from a Windows comman

Re: installation problems on mac powerpc

2007-07-13 Thread python27email
On Jul 14, 1:21 am, [EMAIL PROTECTED] wrote: > interested in nltk installation on a mac osx 10.4.9 > > however when try to install latest python > > get error cannot access subprocesses and won't even open idle > got nltk to open through a terminal but entire process I fear is > fragmented > > is t

installation problems on mac powerpc

2007-07-13 Thread python27email
interested in nltk installation on a mac osx 10.4.9 however when try to install latest python get error cannot access subprocesses and won't even open idle got nltk to open through a terminal but entire process I fear is fragmented is there a better walk through of installation than what I've f