rg
Cc: Rhesa Browning
Subject: [EXTERNAL] Re: Install Problem
On Tue, Dec 13, 2016 at 8:37 PM, Rhesa Browning wrote:
> I have been trying to install Python 3.5.2 onto my computer. I have
> installed and uninstalled and resinstalled several times. Every time
> I get an error message s
On Thu, Dec 15, 2016 at 8:24 PM, Rhesa Browning wrote:
> I have not been able to find the temp folder. I am doing this on a work
> computer
> and don't have access to all the folders. Some are hidden.
Enter %temp% in Explorer's location bar or the Win+R dialog.
--
https://mail.python.org/mail
On Tue, Dec 13, 2016 at 8:37 PM, Rhesa Browning wrote:
> I have been trying to install Python 3.5.2 onto my computer. I have
> installed and
> uninstalled and resinstalled several times. Every time I get an error message
> saying that the python35.dll doesn't exist on my computer so it can't op
] Re: Install Problem
In Rhesa Browning
writes:
>I have been trying to install Python 3.5.2 onto my computer. I have
>installed and uninstalled and resinstalled several times. Every time I
>get an error message saying that the python35.dll doesn't exist on my
>computer
In Rhesa Browning
writes:
>I have been trying to install Python 3.5.2 onto my computer. I have
>installed and uninstalled and resinstalled several times. Every time I
>get an error message saying that the python35.dll doesn't exist on my
>computer so it can't open Python. How can this proble
I have been trying to install Python 3.5.2 onto my computer. I have installed
and uninstalled and resinstalled several times. Every time I get an error
message saying that the python35.dll doesn't exist on my computer so it can't
open Python. How can this problem be fixed?
rbrowni...@mmm.c
Hi All—
I needed to install cvxopt on a 64 bit W7. I found out that cvxopt is
incompatible with a 64 bit. It only compatible with a 32 bit which can be
installed on a 64 bit computer and it works. I stumbled on this on another
discussion group posting. The suggestion was to install python 32 b
On Mar 10, 2010, at 6:48 PM, robert somerville wrote:
Hi ;
I installed the elementtree and celementree packages throught the
synaptic
package manager, all seems to go fine through the install ...
when i startup python and try to import them (as per the EFFBOTT.org
suggestions) .. PROBLEMS .
Hi ;
I installed the elementtree and celementree packages throught the synaptic
package manager, all seems to go fine through the install ...
when i startup python and try to import them (as per the EFFBOTT.org
suggestions) .. PROBLEMS ... (see below ..) What am i doing wrong ??? this
is a new win
Gerry wrote:
>I'm running Python 2.6 under XP.
>
>I've installed Windows 32 extensions for Python 2.6 version 1.4
>(pywin32-214.win32-py2.6.exe).
>
>But If I try to import win32api, I get:
>
> File "C:\python_projects\euler\driveletters.py", line 1, in
>import win32api
>ImportError: DLL loa
MCIPERF wrote:
On Jul 20, 9:57 am, Tim Golden wrote:
Gerry wrote:
I'm running Python 2.6 under XP.
I've installed Windows 32 extensions for Python 2.6 version 1.4
(pywin32-214.win32-py2.6.exe).
But If I try to import win32api, I get:
File "C:\python_projects\euler\driveletters.py", line 1, i
On Jul 20, 9:57 am, Tim Golden wrote:
> Gerry wrote:
> > I'm running Python 2.6 under XP.
>
> > I've installed Windows 32 extensions for Python 2.6 version 1.4
> > (pywin32-214.win32-py2.6.exe).
>
> > But If I try to import win32api, I get:
>
> > File "C:\python_projects\euler\driveletters.py",
Gerry wrote:
I'm running Python 2.6 under XP.
I've installed Windows 32 extensions for Python 2.6 version 1.4
(pywin32-214.win32-py2.6.exe).
But If I try to import win32api, I get:
File "C:\python_projects\euler\driveletters.py", line 1, in
import win32api
ImportError: DLL load failed:
I'm running Python 2.6 under XP.
I've installed Windows 32 extensions for Python 2.6 version 1.4
(pywin32-214.win32-py2.6.exe).
But If I try to import win32api, I get:
File "C:\python_projects\euler\driveletters.py", line 1, in
import win32api
ImportError: DLL load failed: The specified m
garyr wrote:
I'm trying to install WCK. I downloaded and installed the Windows
executable for my Python version. It appeared to run OK. I then
downloaded the demo files but find that none run due to error:
ImportError: No module named _tk3draw.
I'm using ActivePython 2.3.5 on Windows XP Home.
Wh
I'm trying to install WCK. I downloaded and installed the Windows
executable for my Python version. It appeared to run OK. I then
downloaded the demo files but find that none run due to error:
ImportError: No module named _tk3draw.
I'm using ActivePython 2.3.5 on Windows XP Home.
What can I do to f
I am trying to install mysqldb-1.2.2 on my PPC running 10.5.2 and
Activepython 2.5.1.1
when I get this error:
running build
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.3-fat-2.5/MySQLdb
running build_ext
building '_mysql' extension
gcc -isysroot /Developer/SDKs/MacOSX10.4
On Apr 18, 7:39 pm, Anton Hartl <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote:
>
> > On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote:
> >> Hi!
>
> >> I am doing a from source installation of Python 2.5 on some old Debian
> >> machine. As
Hi,
On 2007-04-18, Florian Demmer <[EMAIL PROTECTED]> wrote:
> On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote:
>> Hi!
>>
>> I am doing a from source installation of Python 2.5 on some old Debian
>> machine. As the target directoy I want /opt/somename so i added it to
>> the configu
On Apr 18, 12:36 pm, Florian Demmer <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I am doing a from source installation of Python 2.5 on some old Debian
> machine. As the target directoy I want /opt/somename so i added it to
> the configure like so:
>
> ./configure --prefix=/opt/somedir
>
> The following m
Hi!
I am doing a from source installation of Python 2.5 on some old Debian
machine. As the target directoy I want /opt/somename so i added it to
the configure like so:
./configure --prefix=/opt/somedir
The following make works fine as far as I can see. Then the make
install also actually works a
hi Bruce,
I was trying to interpret the code you wrote for xroot.sh. I saw it on pg
115 in Sitepoint's "Run Your Own Web Server Using Linux & Apache" Could you
possibly consider commenting on what each line of code is doing? It works; the
warning message goes away. I just don't underst
Hello all,
I am installing the Python Imaging Library (1.1.5). Following the
README that came with PIL sources, I ran "path/to/python setup.py
build_ext -i" which informed me that JPEG support is OK.
However when I run "path/to/python selftest.py" from the same package,
I get an IOError: decoder
Title: Python Windows Install Problem (Error #2755)
Please find attached a PDF file (removed due to size) containing (2) print-screen images of an error (Code # 2755) occuring during attempted installation of python for windows, version 2.4.1 (on PC using MS2000). Any help would be
Hi,
I run an ubuntu hoary linux. I have psyco installed as apt-get says, but
when I launch python and try "import psyco" it does not find. I have tried
"locate psyco" to find its source or compiled version without success. Is
this a known bug in the python2.4-psyco debian package?
- Gergely
--
"Jan Ekström" wrote:
> Here is the error.
> IDLE 1.1
> >>> python
>
> Traceback (most recent call last):
> File "", line 1, in -toplevel-python
> NameError: name 'python' is not defined
> >>>
this should be a success install report! not an error.
start coding and see what happens.
>>> print "He
I have tried to install Python 2.4 on two pc-s and get this error when
I follow the instruction and type
python at the comand window or Idle window.
I am running Windows xp home edition.
What am I doing wrong?
I have also ask for explanation on Googles and got the answer that there is
such
Justin Lemkul <[EMAIL PROTECTED]> writes:
> Hello All,
>
> I am hoping that someone out there will be able to help me. During the
> "build" phase of MMTK installation, I receive the following series of errors:
>
> $ python setup.py build
> running build
> running build_py
> running build_ext
> b
Hello All,
I am hoping that someone out there will be able to help me. During the
"build" phase of MMTK installation, I receive the following series of errors:
$ python setup.py build
running build
running build_py
running build_ext
building 'lapack_mmtk' extension
gcc -fno-strict-aliasing -Wno
29 matches
Mail list logo