Tagged Questions
The activetcl tag has no wiki summary.
2
votes
1answer
396 views
Python 3.2 crashing when I try to save file
Running Mac OSX 10.6.6.
I installed python 3.2 last night on my computer. I played with some code in IDLE, but never ended up saving any of my work.
This morning, I tried to set up my Interactive ...
1
vote
1answer
171 views
How to add data to an element with ActiveState's dom package
In TCL, if you use the DOM package (available in the ActiveState distribution) you can create an xml.
set xmlDoc [::dom::create]
set root [::dom::document createElement $xmlDoc "trafficStatistics"]
...
0
votes
3answers
245 views
Interfacing zlib with ActiveTcl 8.5?
I'm trying to use the zlib extension in ActiveTcl 8.5 in order to save out a compressed blob to a file. Both ActiveTcl 8.5.5 and 8.5.6 on win32 have a zlibtcl 1.2.3 extension. I've tried both:
...
0
votes
1answer
128 views
Getting Python to use the ActiveTcl libraries
Is there any way to get Python to use my ActiveTcl installation instead of having to copy the ActiveTcl libraries into the Python/tcl directory?