undefined symbol: PyInt_FromLong
Getting a strange problem with Python on Ubuntu (and maybe other Linux variants)System has ActiveState Python 2.6.7 installed:# Python version 2.6.7 (r267:88850, Jun 27 2011, 02:41:40) [GCC 4.0.2...
View Articleentry point
Hello -- I am trying to start python interpreter from another program via the API call ... I want the interpreter to run in the same process as the caller -- It not clear which directory need to be in...
View ArticleMIssing path?
Hello -- I am running python from an application, starting it with a call to the pythonxx.dll I think I am missing something in my path -- any help would be appreciated -- thanks Here is the script and...
View Articleoperators for financial models
I am just very beginner with Active Python 2.7. I am very interesting to produce financial models by using Python. But I need some reference and resource for creating the projects. Anyone can support...
View ArticleWindows 8 - ActivePython
Since installing Windows 8 Pro, and having to RE-INSTALL everything else because Windows 8 sucks big time, I find that all processes I run in Python 2.72 now fail with the result of "IV must be 16...
View ArticleWhere can I get the Visual Studio PDB files for ActivePython builds?
I currently have ActivePython-2.7.2.5-win32-x86.msi installed on my computer and python.exe is hanging. I won't go into all of the details of this hang, but in order to continue debugging I have...
View Articlegenerating image features dataset in scikit-learn
I extract 2 edge features (Hog feature and sobel operator) from a single image.How can i create an image feature dataset in Scikit-learn python compatible?I saw this java tutorial here...
View ArticleUCS4 support
Hello, I was wondering how I can enable UCS4 support in the 2.7 version of activepython? I get the following error: undefined symbol: PyUnicodeUCS4_DecodeI am trying to run the python CPLEX...
View ArticleRun a screensaver with Python
How do you run a screensaver from Python? The code I'm trying could only open the screensaver's properties window. Import subprocess subprocess.call(['C:\WINDOWS\System32\ssText3d.scr']) As the...
View ArticleGet DNS Style Domain Name
What's the function to get the dns style domain names that are present on the local network?I know you can get the netbios style domain names using:import win32com.client network =...
View ArticleTkTreectrl Installation?
I have installed the latest community version of Active Python and going through various courses and self help books. I am now at the stage where I am learning about Tkinter and am wanting to use some...
View ArticleCapturing diskpart output under elevated Windows 7 permissions.
I need to run diskpart in my python script under Windows 7 and capture its output. I run the script in elevated mode; it runs but I can't capture the output and thus can't determine if it was...
View ArticlePython 2.5 - FTP Automatic Downloading
Hi,Does anyone here knows any python script that could create an interface with ftp site, login and password? Which when everytime you'll login a pop up window with checkboxes will appear...these...
View ArticleUsing Python and Perl in WSF
When using more than one language in a WSF file, I can call a vbscript routine from python:Python2VbscriptTest.wsf<?XML Version="1.0" encoding="ISO-8859-1"?><?job error="true"...
View ArticleReading Binary files written in Low endian format
Hello All,I need to read a binary file containing records(int, string, long, date) using Python.Can someone share a sample code that i can use to read the binary file?Thanks, Pavan
View ArticleHow to create a ftp downloader gui with python and wget?
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...
View ArticleHow to wait for completion of a remote process using WMI?
I am new to Python and was testing one of the scripts to execute a batch file on a remote machine, which generates an output.txt file there which I want to copy back to my machine once the text file is...
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 ArticleHow to define metaclass for a class that extends from sqlalchemy declarativ
I use: Python 2.6 and sqlalchemy 0.6.1This is what I am trying to do:from sqlalchemy.types import ( Integer, String, Boolean ) from sqlalchemy.ext.declarative import declarative_base Base =...
View Articlehelp to use .join
def text(rad, i): rad[i] = input("Skriv mening nr, (ange inte siffror) " + str(i+1) + ": ")def dikt(x,txt): txt.append(x.split())def titel(x,m,n): y=[] for i in range(m,n): y.append(x[i].upper())...
View Article