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 ArticleActivePython 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 ArticleInstall 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 Articlesecurity 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 ArticleHow 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 ArticleHow 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 ArticlePackage "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 ArticleILDE 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 ArticleOdd 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 ArticleAdding 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