Python Forum
Problem trying to install UniCurses on Python-3.12 / W10-64
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem trying to install UniCurses on Python-3.12 / W10-64
#1
Hi all!
Regards

I'm trying to install UniCurses on Python-3.12, under W10-64

Downloaded its pack (UniCurses-1.2.win32.exe build 10/nov/2010), but when running, it says that doesn't find informations about the installed Python, in Windows registry.

This wouldn't be a problem if i could fill the information about my Python's directory (C:\Python312) in the dialog box showed next, but it's edit fields are disabled, doesn't enabling typing.

I tryed also after setting Enviromnent Variable: PYTHON_PATH with the correct path, but this didn't change results.

I checked the Win registry and Python's informations are there (and ok, so it seems).

The package build date (10/nov/2010) is old, so it must be a very stable package, doesn't having so basic problems as install proceedings.

What may I do?

Should I include some needed infos in Registry manually?

If so, what are the needed infos ?

Are there some other packs alternatives for curses on Windows ?
Reply
#2
I haven't tried it, because I do not use Windows.

I was able to extract the Data from the exe file with binwalk.

Command:
binwalk ../Downloads/UniCurses-1.2.win32.exe -e
Result: https://filetransfer.io/data-package/dz6YjKeP#link
There is the module included. I don't know if it runs with modern Python.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#3
(Aug-02-2023, 08:21 AM)DeaD_EyE Wrote: I haven't tried it, because I do not use Windows.

I was able to extract the Data from the exe file with binwalk.

Command:
binwalk ../Downloads/UniCurses-1.2.win32.exe -e
Result: https://filetransfer.io/data-package/dz6YjKeP#link
There is the module included. I don't know if it runs with modern Python.

Ok, thanks!

But i discovered that this is an outdated package.

Current version is now 2.1.3, but it's name was changed to Uni-Curses.

I got this installed, but in need for a DLL.

Working on it.
Reply
#4
(Aug-02-2023, 09:03 AM)rdmaia Wrote:
(Aug-02-2023, 08:21 AM)DeaD_EyE Wrote: I haven't tried it, because I do not use Windows.

I was able to extract the Data from the exe file with binwalk.

Command:
binwalk ../Downloads/UniCurses-1.2.win32.exe -e
Result: https://filetransfer.io/data-package/dz6YjKeP#link
There is the module included. I don't know if it runs with modern Python.

Ok, thanks!

But i discovered that this is an outdated package.

Current version is now 2.1.3, but it's name was changed to Uni-Curses.

I got this installed, but in need for a DLL.

Working on it.

Well folks,

installed an tried some sample codes with Uni-Curses, but it lacks some functions that are in original curses ( like curses.wrapper() ).

So, does someone knows the name of the best (most complete) curses packages for Win?

I tried to install 'curses', 'ncurses', 'windows-curses' without success.

And got only partial success with Uni-Curses.

I'm needing a curses version compatible (source code compatibility) with Linux versions, for portability.
Reply
#5
Maybe the best curses choice is not using curses?

https://github.com/Textualize/rich
https://github.com/peterbrittain/asciimatics
Reply
#6
For modern console applications you could use rich and https://textual.textualize.io/

Edit: deanhystad was faster
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem install somewhere package akbarza 1 498 Dec-27-2023, 01:25 PM
Last Post: Gribouillis
  Pip install problem with Python 3.7, not 3.9 Mark98 2 1,637 Aug-02-2023, 11:51 AM
Last Post: Mark98
  ibm_db install problem mesi1000 1 3,186 Oct-27-2022, 06:54 PM
Last Post: snippsat
  install problem 3.9.1 ajvperth 0 1,639 Jan-04-2021, 03:17 PM
Last Post: ajvperth
  Problem: Restart kernel onPydev console when trying to install a python package poppy2020 1 7,728 Nov-25-2020, 06:13 PM
Last Post: Larz60+
  Does anyone have unicurses panel functions working on a Windows 10 platform? pjfarley3 0 1,477 Oct-11-2020, 04:41 AM
Last Post: pjfarley3
  PIP install problem samuelbachorik 1 4,140 Jul-31-2020, 01:33 AM
Last Post: Larz60+
  OpenCV Install Problem siansoft 2 3,502 Mar-19-2017, 11:03 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020