Quantcast
Channel: ActiveState Community Site - ActivePython discussion
Browsing all 75 articles
Browse latest View live

Connecting 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 Article


Return Python output?

Hi, Is there a way to return a result of a python program on the Command Output? here is the problem: I try to make a web application (tornado), but the problem is that i only see which links i used,...

View Article


ShellExecuteEx action returns invalid hProcess??

I'm attempting to do this this:import sys import win32com.shell.shell as shell import win32event result=shell.ShellExecuteEx(lpVerb='runas',lpFile=sys.executable,lpParameters=sys.argv)...

View Article

Both liquid and solid

Both liquid and solid form visit her website a is also known as and is a disease which affects the pigmentation of the skin. Doctors and scientists have been working on the affliction for decades, yet...

View Article

New 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 Article


Python GUI Builder

I apologize, I'm not sure if I am posting in the right spot. I am using Active State GUI Builder and when I try to preview the form, the message at the bottom says "No known python interpreter" How do...

View Article

Could you provide a documentation for Tkinter and Ttk?

Hello ActiveState Community,I was wondering if you could provide also an up-to-date documentation for Tkinter and Ttk users, like the following...

View Article

Exporting Python Userinputs To Access Table

How do you do it? Its for an assessment and my classmates are stuck. Many thanks.

View Article


How does PIP work with 2 Python distributions in OSX?

Hi!I'm having a hard time understanding the way `pip` is supposed to work when there's 2 Python distributions in the machine.My setup:- OSX 10.9.5 - Default Python (`2.7.5 (default, Mar 9 2014,...

View Article


ActivePython - Any plans to update to 2.7.9 or even 2.7.10?

Hi!Just wondering... According to the download page, the latest version of ActivePython is 2.7.8, but the official Python release is at 2.7.10:2.7.9 -> Released 2014-12-10 2.7.10 -> Released...

View Article

problem installing py2cairo package

All; I'm not a big python person, so forgive me if my questions are somewhat elementary. I have ActiveStates python 2.7.8 installed. I setup a virtualenv and am trying to install py2cairo 1.10.0....

View Article

Could any one PLEASE help with this exercise?....its a school project and i...

'''Define a class tnode to represent nodes in a tree according to following specifications. Each object type is a node but also tnode tree whose root and 'the node itself. The class has the following...

View Article

Python - find and replace lower case to upper case in text file

Hi guys,I'm totally new to python and am embarking on my first project.I have a text file saved on my computer and I would like to know how to replace the lowercase letter "i" with the uppercase letter...

View Article


python functions

``` def manipulate_data(string,data): #accepts string and manipulate data if string=='list': return"list.reverse" elif string=='set': set.add("ANDELA") set.add("TIA") set.add("AFRICA") return...

View Article

Python Metaclass Bases lay-out Conflicts issue

All,I am facing some issues in Python Metaclasses when I am trying to do Multiple inheritance.from traits.apiimport HasTraits class Sample1(AnotherClass, HasTraits):    passFor the above code, it was...

View Article


enabling multiple file types

Using the latest versions of ActiveState TCL (8.6.4.1 or 8.5.18.0) with Mac OS 10.10, the selection of different file types for selecting a file is not enabled. Here is a snippet of code: if demfile ==...

View Article

Compile SQLite with ICU (International Components for Unicode)

SQLite only understands upper/lower case for ASCII characters by default. The LIKE operator is case sensitive by default for unicode characters that are beyond the ASCII range.Hello due to this...

View Article


Why do I get Python 2.7 installed along with Python 3.4

I installed ActiveState python 3.4, When do I see Python 2.7 also getting installed? Does Python 3.4 has any dependency on 2.7?

View Article

How do I get bsddb on windows/python3.5?

The ActivePython 3.5 User Guide states: "ActivePython includes the Python core and the many core extensions: zlib and bzip2 for data compression, the Berkeley DB (bsddb) and SQLite (sqlite3) database...

View Article

Problems installing IMSL Library for PyNL

I have windows 7 All PyNL prerequisites are installed and working properly (I have Python 2.7.11, pip version 9.0.1, NumPy 1.11.3, SciPy 0.18.1) I Downloaded the installation file to a temporary folder...

View Article
Browsing all 75 articles
Browse latest View live