This occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-02-09
Thx, gonna test rn!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Wish is part of Tcl. If you are running under Windows, you can goto https://www.activestate.com/products/activetcl/downloads/ and install activetcl. If you are under Linux or Mac, you can still use activetcl (same link) or you can install from your distribution. Once you have Tcl installed, then run configure again. Make sure you are installing 8.6 or greater.
Greg
Last edit: Greg Walters 2019-04-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-05-07
I tried to start PAGE and got the same error.
However activetcl isn't free. It's barriered behind a registration wall. Published by a company that makes money from other peoples former free open source work.
This is just emberresing. PAGE is a community killer supporter.
Man I thought to get into python. No. No. What a bad idea.
Stay C, stay open.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-03-05
Stay C, stay dumbass old
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a community version that is free. Start at https://www.activestate.com/products/activetcl/ . Look at the right side of the screen for two big red buttons, one saying "Contact Sales" and the one below that saying "Download ActiveTcl Free Community Edition". They have changed things on their website a bit and now requires you to register to get the version. Sorry about that, but it is still available, you just have to go through a bit of sillyness. There are other versions of Tcl and Tk available depending on your OS. If under Linux, you can install via your package manager. If under windows, there is a thread here that explains how to get a version for Windows that is not ActiveState... https://sourceforge.net/p/page/discussion/general/thread/d959f82e0a/
I hope this helps...
Greg Edit...
Here is a link to the official Tck/Tk page... https://www.tcl.tk/software/tcltk/ . If you can't stand to register with ActiveState, you should be able to find a working version there for your OS.
Last edit: Greg Walters 2019-05-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-09
ive installed from active and can run yet help me fast pls
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-09
ive installed from active and can run yet help me fast pls
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-09
As stated in the doumentation, Tcl/Tk is required to run PAGE. This problem occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.This occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-13
it is not starting
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-13
it is not starting
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-06-18
How long has sourceforge redirected to money... fak you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-07-01
So i accidentally removed from PAGE the right window and i dont know how to recover it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you mean that you closed inadvertenly the Attribute Editor, go to main menu and sekect Window->Attribute Editor and it should reappear,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-09-20
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-09-20
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-09-20
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-05-14
Do you refer to the app or the main file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-05-24
help me
i have the same exact problem and i tried getting activetl or whatever its called and i need an account for it is there something else i can do?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "PAGE - Discussion"
I've tried to install version 4.9 but it doesn't install wish.exe. How do I use this program?
Last edit: Anonymous 2017-09-18
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "PAGE - Discussion"
same issue here
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "PAGE - Discussion"
To resolve the missing wish.exe problem, you need to install ActiveTcl
thanks bro
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "PAGE - Discussion"
Same problem again
This occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.
Thx, gonna test rn!
Configuring page
Using /usr/bin/wish8.6
-------- Generated page --------------
!/bin/sh
PATH_TO_WISH=/usr/bin/wish8.6
PAGE_HOME=/home/bigdata/Downloads/page
export PATH_TO_WISH
export PAGE_HOME
exec ${PATH_TO_WISH} ${PAGE_HOME}/page.tcl "$*"
-------- End of page -----------------
this problem shown when we execute ./configure file. How to solve this problem ..................
Wish is part of Tcl. If you are running under Windows, you can goto https://www.activestate.com/products/activetcl/downloads/ and install activetcl. If you are under Linux or Mac, you can still use activetcl (same link) or you can install from your distribution. Once you have Tcl installed, then run configure again. Make sure you are installing 8.6 or greater.
Greg
Last edit: Greg Walters 2019-04-12
I tried to start PAGE and got the same error.
However activetcl isn't free. It's barriered behind a registration wall. Published by a company that makes money from other peoples former free open source work.
This is just emberresing. PAGE is a community killer supporter.
Man I thought to get into python. No. No. What a bad idea.
Stay C, stay open.
Stay C, stay dumbass old
There is a community version that is free. Start at https://www.activestate.com/products/activetcl/ . Look at the right side of the screen for two big red buttons, one saying "Contact Sales" and the one below that saying "Download ActiveTcl Free Community Edition". They have changed things on their website a bit and now requires you to register to get the version. Sorry about that, but it is still available, you just have to go through a bit of sillyness. There are other versions of Tcl and Tk available depending on your OS. If under Linux, you can install via your package manager. If under windows, there is a thread here that explains how to get a version for Windows that is not ActiveState... https://sourceforge.net/p/page/discussion/general/thread/d959f82e0a/
I hope this helps...
Greg
Edit...
Here is a link to the official Tck/Tk page... https://www.tcl.tk/software/tcltk/ . If you can't stand to register with ActiveState, you should be able to find a working version there for your OS.
Last edit: Greg Walters 2019-05-07
ive installed from active and can run yet help me fast pls
ive installed from active and can run yet help me fast pls
As stated in the doumentation, Tcl/Tk is required to run PAGE. This problem occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.This occurs because Windows does not have Tcl/Tk installed. The easiest fix is to download and install ActiveTcl. Tcl/Tk is needed because PAGE is written in Tcl/Tk even though it generates Python code.
it is not starting
it is not starting
How long has sourceforge redirected to money... fak you.
So i accidentally removed from PAGE the right window and i dont know how to recover it.
If you mean that you closed inadvertenly the Attribute Editor, go to main menu and sekect Window->Attribute Editor and it should reappear,
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
Do not try to open the shortcut on your desktop because it will always pop the error just go directly to the possition page was installed and open page over there it would work
Do you refer to the app or the main file
help me
i have the same exact problem and i tried getting activetl or whatever its called and i need an account for it is there something else i can do?