Frequently encountered problems may have an FAQ available.
I just want to know if how am i going to create a ftp/http downloader using python and wget. Python for the gui and wget for the downloading process. And how will i combine them to create the gui.
The downloader contains: ftp which has it's own address box,http which has it's own address box also. It has username and password. And a download directory for the output/downloaded file. The active,mirror and 0.5 sec should be in the background...
I've search anywhere in the web but i can't find answers to these..
Any help would be appreciated...Thanks!
Hello Friends:
I'm new to Python and ActiveState Python. I have installed AS Python on my OS X 10.7.5 Mac.
I open a terminal window and type python
This is what I get:
Miguel-Rezniceks-Mac-Pro:~ migs$ python
Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Can someone lead me step by step to getting AS python to load?
Thanks in advance,
Miguel Reznicek
I'm running: Window 7 Enterprise
Download: ActivePython-3.2.2.3-win32-x86.msi
* ActivePython Documenation
* IDLE (Python GUI)
* Python Interactiveve Shell
* Python Package Manager (PyPM)
It went to directory:
C:\Python32
I save the following Python Program:
test.py
#! /usr/bin/env python3.2
primes=[2,3,5,7]
for i in primes:
print(i)
I tried to run my Python Program
F:\ > test.py
Choose the program you want to use to open this file: C:\python32.exe
And nothing happen, it did not run.
Could this be the problem and how can I correct it?
Hi!
Are there any plans to release a 2.7.3 build of ActivePython? The current build available is 2.7.2, and hasn't been updated at least since June 2011. Python 2.7.3 was released on April 9, 2012.
According to this (http://community.activestate.com/node/8273) post on the Forums, dated Mon, 2012-04-02 19:44: "[...]with a release of 2.7.3 in the near future."
Thanks a lot
Hi,
I installed ActiveState ActivePython 2.7 (32 bit) in Windows 7 32 bit machine.
I created a sample module and when i tried to import it im getting the below error.
Traceback (most recent call last):
File "", line 1, in
import sample
File "C:\Python27\sample.py", line 1
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
^
SyntaxError: invalid syntax
I checked for previous solution.
1) Tried rebooting my machine
2) Changed the environment variable
But still the issue is not resolved.
Hi all!, I want to install activepython 3 on an old Pentium 3 PC which is running Linux Mint 12 OS, problem is, I don't know how to handle the .tar.gz to make it happen. Any help appreciated.
Thanks Malcolm
Hi,
Has anybody been able to get Tk 8.6 working using any addition of ActivePython?
No matter what I try, it just keeps on loading the old 8.5.
I have looked into the source and looks like the "setup.py" needs to have the "8.6" prefixed there, else it will never do so.
So I am guessing this has not yet happened on any of the available ActivePython builds that are available....at least for the MAC.
Its strange since there is a ActiveTcl 8.6.0.0b6 install now available - but quite useless to those trying to use it from Python.
Hello,
I have a problem with getting pythonwin to run and I need your help please! I have installed python 2.7 on Windows 7 and if I double click on pythonwin.exe (C:\Python27\Lib\site-packages\pythonwin) then it loads but comes up with the following error:
Traceback (most recent call last):
File "C:\Python27\Lib\SITE-P~1\PYTHON~1\pywin\framework\intpyapp.py", line 181, in InitInstance
import interact
File "C:\Python27\Lib\SITE-P~1\PYTHON~1\pywin\framework\interact.py", line 21, in
import pywin.scintilla.control
The download link for Windows 32bit 2.7.2 downloads "ActivePython-2.7.2.5-win32-x86.msi" but after running the install the version is 2.6.6.18. Bad link?
I've tried twice with the same result. Where's 2.7.2?
Thanks