Questions tagged [activetcl]

ActiveTcl, by ActiveState is a distribution of Tcl and Tk, coupled with a repository of packages/modules.

ActiveTcl, by ActiveState is a distribution of Tcl and Tk, coupled with a repository of packages/modules.

http://www.activestate.com/activetcl

35 questions
1
vote
1 answer

When running a working-script in RamDebugger, it refuses to "load" some dll?

My script (MyScript.tcl) includes this line: load MyTclBridge.dll And when I run it this way: tclsh MyScript.tcl It runs ok, but when I use RamDebugger to run MyScript.tcl, it stops with this error: couldn't load library "MyTclBridge.dll": this…
Tar
  • 8,529
  • 9
  • 56
  • 127
1
vote
1 answer

How well can IDLE be used without agreeing to ActiveState's ActiveTcl 8.6 license?

I am using IDLE for Python 3.2.5 on MAC OS 10.9, and when I open IDLE, it says WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information. When I go to that site, the OS X…
user380772
1
vote
1 answer

Need assistance with Tclapp wrapping

I am making this GUI'ed TCL script with ActiveTCL & Expect. But for some reason Expect doesn't work with telnet that comes with windows 8 64bit, so I figured a way to use a custom telnet tcl script. It works fine, but I need now to wrap my script…
Nikaido
  • 13
  • 4
1
vote
2 answers

Free TCL IDE for Solaris

I have been using ActiveTCL on my windows desktop, but now I have a Solaris workstation, and I need a new IDE. I am a student, so the business edition of ActiveTCL is not an option. Are there any free TCL solutions for Solaris?
relisher
  • 177
  • 12
1
vote
1 answer

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?
Matt Gregory
  • 8,074
  • 8
  • 33
  • 40
1
vote
1 answer

TCL / Expect Scripting - Using a conditional statement to attempt a secondary login password

I am very close to finish a TCL/TK app that logs into a Cisco Access Point via a serial connection (RS232} and gives it an IP address (very basic) However, I would like my script to attempt a secondary password if the first one fails This is how the…
atomicluis
  • 127
  • 2
  • 13
1
vote
1 answer

ActiveTCL - Unable to run a batch file from an Expect Script

I was originally trying to run an executable (tftpd32.exe) from Expect with the following command, but for some unknown reason it would hanged the entire script: exec c:/tftpd32.351/tftpd32.exe So, decided to call a batch file that will start the…
atomicluis
  • 127
  • 2
  • 13
0
votes
1 answer

Spin: gcc-6: unrecognized command line option

I want to use SPIN model checker on Windows 10 (64bit) and I have followed the instructions on the spin website: I installed MinGW and gcc, updated path, and checked in the command prompt it shows version 6.3.0 I installed ActiveTCL updated path,…
0
votes
1 answer

Unable to spawn ssh using expect in ActiveTcl on Windows PC

The title is similar to unable to spawn ssh using TCL expect in ActiveTCL but I think I'm running into a different problem... I just installed the 32-bit version of ActiveTcl 8.5 on my Windows 10 PC. After installing it, I successfully installed…
gboy
  • 633
  • 1
  • 6
  • 13
0
votes
0 answers

compiling tcltls .so with static openssl-Lib

I need to compile tcl/tk myself and want to add the tcltls-Package. As i don't want to depend on the systems openssl-lib i want to include openssl into my shared-object. Therefore i installed openssl-static on the system and compiled tcl /…
0
votes
1 answer

Warning for Tcl/Tk version 8.5.9 in python IDLE

I am using the python 3.5.2 distribution from brew install python3 and when I start IDLE I receive the following error message: WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for…
nukenine
  • 195
  • 1
  • 4
  • 12
0
votes
1 answer

Expect scripts cannot match

I am using the Community Edition of ActiveTcl from ActiveState on Windows with the Expect package installed. I have tried writing my own scripts, downloading some from various websites, and even copying and pasting them from the ActiveState website…
Aerasol
  • 3
  • 1
0
votes
1 answer

Tkinter Scrollbar bug on mac with ActiveTcl 8.5.18

There is a weird GUI bug in tkinter on the interaction between the mouse pointer and a tkinter.Scrollbar. The slider of the scrollbar is not at the location shown graphically and it doesn't move at the same speed as the mouse pointer sliding. It…
armando.sano
  • 345
  • 1
  • 3
  • 9
0
votes
0 answers

Python 3.5 Tkinter "unstable" warning in IDLE

I just installed Python 3.5 from the python website. After seeing this error message on IDLE : WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information. I installed…
BattleDrum
  • 798
  • 7
  • 13
0
votes
0 answers

Errno2: No such file or directory when using tkinter

I downloaded ActiveTcl 8.5.18.0 for Mac (I'm running Yosemite 10.10.5) and checked that tkinter was there through terminal with python3 -m tkinter. I currently have 3 versions of python: 2.7.6 which came with my macbook, 2.7.10 and 3.4.3 which I…
Peter Qiu
  • 932
  • 2
  • 7
  • 13