Using spanish characters in ActivePython 2.7
Hi,I am starting to learn Python with ActivePython 2.7 on Windows 7When I create a script.py including the following line: print "¿Cañería?"And run python script.py in a command window (or Powershell),...
View ArticleUnicodeDecodeError: I almost fix it...
Hy, i have a problem, when i go profiling python scipt im getting this error:self._socket.send(_encode_response(response)) File "F:\Programi (INSTALIRANI)\Komodo...
View ArticleControlling services on windows 2008
I have Python 2.5 script wherein I remotely control (query, stop, start) services on Windows 2003 servers using win32service. We are upgrading servers to Windows 2008. My existing script will not...
View Articlecompile options for numpy
I was curious, when active python was compiled what compile options were used? What was the site.cfg setup like and more important how was active state able to compile such a portable binary?
View ArticlePYLAB INTERFERENCE COMMANDS
I'm doing a graph with pcolor. My problem is that I want to combine:cbar = plt.colorbar(ticks = [min(MI), max(MA)]) and pylab.clim([vmin, vmax]) # Set the color limits of the current imageWhen I use...
View ArticleAdd Qt/PyQt and wxWidgets/wxPython?
HelloI upgraded to ActivePython 2.7.2.5, and would like to get started learning about Qt and wxWidgets in Python.I have a couple of question:1. Are there obvious reasons to choose either QT/PyQt or...
View Articlescipy.interpolate import * fail, DLL load failed
Importing from scipy.interpolate causes an error referring to "DLL load failed", see attached screen print.The line before the error references _cephes which exists in what I think is the correct...
View Articlewith embedded python 2.7, can't import win32api
I'm embedding Python27 in my app. I have users install ActivePython27 in order to take advantage of python in my app, so the python installation can't be touched as it's on the end user's machine.When...
View ArticleWGET AND PYTHON
How am i going to add the wget downloading code to my wxpython interface..and make it work or downloadable?is it possible to combine wget with python to come up with a download manager?such as winwget...
View ArticleConnecting to an SFTP Server by using paramiko 1.6.4 and 1.7.4
Connecting to an SFTP Server by using paramiko 1.6.4 and 1.7.4I need to connect to remote SFTP Server by using the paramiko by using password,username,host and port.I have installed python,pycrypto in...
View ArticleActivePython Mac: Offline (Python) documentation?
Hi all!I'm a long-time user of ActivePython, and also own a couple of Komodo licenses.I've recently moved to the Mac, and one thing that I'm missing a lot [1] is the "offline" documentation (i.e., in...
View ArticleNew Python Tutorial For Fast Learners - teachmepython.com
Hey,I've just created a new website to teach folks python - http://www.teachmepython.comWould anyone be able to have a look and give some feedback?I'd really appreciate it!Thanks, Steve
View Articlepexpect vx pxssh
HelloI am new to Python, slowly migrating from Tcl/iTcl. My question concerns what packages should I consider for controlling Telnet/SSH access to the systems I need to interact with. I have looked at...
View ArticleGlobal object visiibility
ActivePython v3.3I use a file manager called DirectoryOpus, which enables using ActiveScripting inside it. In DirectoryOpus version 10, global objects provided by it were visible. After a major...
View ArticlePassing multiple parameters into sqlite3
Hello all – I am new to Python, very new so I apologize if this is a basic question. My question concerns the use of sqlite3 module and how to pass multiple parameters into a search string. Below are...
View ArticleDifference in behaviour with/without compiled python files
Just wondering if anyone had my python problem before or knows exactly the root cause:I'm using ActivateState python v3.3.4.1 on Windows 7, and behaviour differs whether a python file is already...
View ArticleNot able to plot the graph, graph window stucks
I am using Python 2.7.2.5 installed from your website.I want to plot serial data from MSP430 using python.I am able to receive data. I am using tkinter. I am able to see the plot window but I don't see...
View ArticleWhy there's no ReadPrinter function in win32print?
Hello,I am work on send data to printer and read status from printer using win32print module.There's a function called WritePrinter in win32print module to a printer. But why there's no ReadPrinter...
View ArticleGeolocate IPv6 with Python
The Python library is supporting both IPv4 and IPv6 addresses. Users can get the library to process geolocation stuff.Sample codes:import IP2Location; IP2LocObj = IP2Location.IP2Location();...
View ArticleCannot install Pycrypto on Python 2.7
I have installed both ActivePython-2.7.8.10-win64-x64.msi and ActivePython-2.7.8.10-win32-x86.msi and attempting to install Pycrypto I get the error "Python version 2.6 is required, which was not found...
View Article