discoverysraka.blogg.se

Add html widget to activetcl
Add html widget to activetcl










  1. #ADD HTML WIDGET TO ACTIVETCL INSTALL#
  2. #ADD HTML WIDGET TO ACTIVETCL WINDOWS 8#
  3. #ADD HTML WIDGET TO ACTIVETCL WINDOWS#

Test_script_from_settings (test_ttk.test_functions.InternalFunctionsTest). Test_list_from_statespec (test_ttk.test_functions.InternalFunctionsTest). Test_list_from_layouttuple (test_ttk.test_functions.InternalFunctionsTest). Test_format_optdict (test_ttk.test_functions.InternalFunctionsTest). Test_format_mapdict (test_ttk.test_functions.InternalFunctionsTest). Test_format_layoutlist (test_ttk.test_functions.InternalFunctionsTest). Test_format_elemcreate (test_ttk.test_functions.InternalFunctionsTest). Test_dict_from_tcltuple (test_ttk.test_functions.InternalFunctionsTest). Test_convert_stringval (test_ttk.test_functions.InternalFunctionsTest). Test_widget_destroy (test_ttk.test_extensions.OptionMenuTest). Test_menu (test_ttk.test_extensions.OptionMenuTest). Test_initialization (test_ttk.test_extensions.OptionMenuTest). Test_widget_destroy (test_ttk.test_extensions.LabeledScaleTest). Test_variable_change (test_ttk.test_extensions.LabeledScaleTest). Test_resize (test_ttk.test_extensions.LabeledScaleTest). Test_initialization (test_ttk.test_extensions.LabeledScaleTest). Test_horizontal_range (test_ttk.test_extensions.LabeledScaleTest). Test_search (test_tkinter.test_text.TextTest). TestLoadTkFailure (test_tkinter.test_loadtk.TkLoadTest).

add html widget to activetcl

I just ran the lib-tk\test\runtktests.py on my pypy install, with the following results: testLoadTk (test_tkinter.test_loadtk.TkLoadTest).

#ADD HTML WIDGET TO ACTIVETCL INSTALL#

NB: I also copied the 'tcl' folder from my Python 2.7.3 (CPython) install into the folder containing the pypy.exe executable. It should compile and install site-packages\tkinter_. Run pypy.exe setup.py install from the pypy-tkinter directory. (my entries are shown below) library_dirs=

#ADD HTML WIDGET TO ACTIVETCL WINDOWS#

Replace "c:/tcl" with the install location used for ActiveTcl and "c:/pypy-c-jit-latest-win32" with the install location for pypyĬhange libraries to use their Windows file names and also reference the "python27" library included with pypy: Unpack pypy-c-jit-latest-win32 (or one of the 2.0 betas) **KS: Make sure to install the 32-bit version if you've installed pypy 32-bit. Install TclTk 8.5 (ActiveTcl Community Edition 8.5.13) Install Microsoft Visual Studio C++ 2008 SP1 Express Edition

#ADD HTML WIDGET TO ACTIVETCL WINDOWS 8#

I've gotten tkinter to compile on Windows (tested on Windows 8 64-bit, but I believe it will work on Windows 7 as well). Is there a way to 'point' gcc to ActiveTcl in order to finish the compilation? I installed ActiveTcl Community Edition to Tcl folder which contains all the needed files. Src/_tkinter.c:74:17: fatal error: tcl.h: No such file or directory compilation terminated.Įrror: Setup script exited with error: command 'gcc' failed with exit status 1 My tkinter compilation failing with the following error:

add html widget to activetcl add html widget to activetcl add html widget to activetcl

Exported DLL but still unable to compile. I installed MinGW with GCC (C++) compiler. I tried to apply the solution from this post python - How do I point easy_install to vcvarsall.bat I tried to use easy_install to install tkinter but it failed with the reference to the vcvarsall.bat file (I have VS 2010 installed on my computer) Import _tkinter # If this fails your Python may not be configured for Tk I'm unable to include Tkinter to my projects.Įrror, that I was getting in Eclipse is below: File "C:\PyPy\lib-python\2.7\lib-tk\Tkinter.py", line 39, in I'm using Eclipse with PyDev plugin configured for PyPy interpretator (2.7 python).












Add html widget to activetcl