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

Need Help Please

Need help completing my Python project. So far I need to convert an ISBN-10 to a ISBN-13 and also to convert an ISBN-13 to a ISBN-10. Also reading ISBNs from a file and storing correct results in a...

View Article


Python redis returns consequences with appended textual content to result

I just commenced to apply redis with python, from command line and in jupyter notebooks and i am getting appended text to each locations. code is as follows:import redis r =...

View Article


print a persian file by thermal printer and python-escpos mnodule

hello friends... i want to print a persian file by thermal printer.. i can print an english file esily..but i face the proble while printing persian text.. i think i don't do some principles...i have...

View Article

Install Python 3 as WSH engine

I would like to install ActivePython 3.6.0.3600 as Windows Scripting Host engine (to use in classic ASP). I've found instructions on how to do that for Python 2 at...

View Article

Viewing numpy variables in python3/Komodo11

I recently ported my code to Python3 and upgraded to Komodo11. One of these things had a big impact on the way that numpy variables are displayed. For example, any ndarray type now shows a whole bunch...

View Article


New Recipe Posts

I have some recipes in Python I think would be valuable to this community but the recipe post feature appears to be turned off. Is there a way I can post my recipes?

View Article

ActivePython in ALM VAPI-XP Script

Bonjour Je souhaite exécuter du un script Python depuis HP ALM, de la même manière que je peux exécuter du code VBS. J'ai installé ActivePython sur mon poste local, et pourtant mon script ne s'exécute...

View Article

Install other Packages

Hello,I install ActivePython but now i want to install others packages which are not include in active python (like mechanize for exemple). I install them by typing sudo apt-get install...

View Article


security plugins for active python

So I've been stepping into the field of cybersecurity using python and am in a crossroad right now as far as my dedicated IDE goes. I love and started out using Komodo when I picked up on Python and...

View Article


How do I import the Paho MQTT Library to Komodo IDE?

I've been trying to import the Paho MQTT Library (https://github.com/eclipse/paho.mqtt.python) into Komodo IDE.What I have done so far:> Copied the Paho folder into...

View Article

How can i install a package?

I have installed Active Python 3.5.4 on Windows 10 x64.I have upgraded the pip package by typingpython -m pip install -U pipI have installed the package "whois" by typingpip3 install whoisI have...

View Article

Package "whois 0.7" does not work on Windows 10

I tried to test the package according to the description https://pypi.python.org/pypi/whois>>> import whois>>> domain = whois.query('google.com')But i only get the...

View Article

ILDE SOCKET

Hello all,I am Running windows xp sp3, MS Security Essentials, and Windows Firewall. I installed ActivePython-2.7.1.4-win32-x86.When I run the IDLE I get a message that says: Socket Error: No...

View Article


Odd behavior after upgrading package with pip.

I am seeing some very odd behavior with ActiveState ActivePython after using pip to install a package.1. Install ActiveState ActivePython 3.6.2. Run a Python script using the file association, that is...

View Article

Adding class types to engine's namespace

Hello, I tried this one in the other forum, I am trying my luck here: I was wondering if it's possible to add class types defined in a type library calling AddTypeLib() instead of adding a specific...

View Article

Browsing all 75 articles
Browse latest View live