Jump to content

It looks like the curses module isn't installed. If you're on windows, this might be relevant: https://stackoverflow.com/questions/32417379/what-is-needed-for-curses-in-python-3-4-on-windows7

 

EDIT: just kidding, it would fail in a different way if the curses module wasn't available. I should have read closer, my bad.

Gaming build:

CPU: i7-7700k (5.0ghz, 1.312v)

GPU(s): Asus Strix 1080ti OC (~2063mhz)

Memory: 32GB (4x8) DDR4 G.Skill TridentZ RGB 3000mhz

Motherboard: Asus Prime z270-AR

PSU: Seasonic Prime Titanium 850W

Cooler: Custom water loop (420mm rad + 360mm rad)

Case: Be quiet! Dark base pro 900 (silver)
Primary storage: Samsung 960 evo m.2 SSD (500gb)

Secondary storage: Samsung 850 evo SSD (250gb)

 

Server build:

OS: Ubuntu server 16.04 LTS (though will probably upgrade to 17.04 for better ryzen support)

CPU: Ryzen R7 1700x

Memory: Ballistix Sport LT 16GB

Motherboard: Asrock B350 m4 pro

PSU: Corsair CX550M

Cooler: Cooler master hyper 212 evo

Storage: 2TB WD Red x1, 128gb OCZ SSD for OS

Case: HAF 932 adv

 

Link to comment
https://linustechtips.com/topic/1006563-python-curses-help/#findComment-12064153
Share on other sites

Link to post
Share on other sites

2 minutes ago, reniat said:

It looks like the curses module isn't installed. If you're on windows, this might be relevant: https://stackoverflow.com/questions/32417379/what-is-needed-for-curses-in-python-3-4-on-windows7

I downloaded it now and it still says the same thing.

Link to comment
https://linustechtips.com/topic/1006563-python-curses-help/#findComment-12064162
Share on other sites

Link to post
Share on other sites

 

4 minutes ago, reniat said:

It looks like the curses module isn't installed. If you're on windows, this might be relevant: https://stackoverflow.com/questions/32417379/what-is-needed-for-curses-in-python-3-4-on-windows7

 

EDIT: just kidding, it would fail in a different way if the curses module wasn't available. I should have read closer, my bad.

How do I fix it then?

Link to comment
https://linustechtips.com/topic/1006563-python-curses-help/#findComment-12064168
Share on other sites

Link to post
Share on other sites

5 minutes ago, OreoPandas said:

 

How do I fix it then?

¯\_(ツ)_/¯ I've never worked with curses. Just general advice for things of this nature, check the versions you have, and see if maybe that method was changed/removed in a newer version than the code you copied it from. Also try making a super small test script with more or less just creates a curses object and see that it is in fact what you expect (so verifying that the initscr() method exists and works), to try and isolate the issue. The process of debugging is just doing tests to narrow down the potential problem areas until it's small enough that you can identify the problem.

Gaming build:

CPU: i7-7700k (5.0ghz, 1.312v)

GPU(s): Asus Strix 1080ti OC (~2063mhz)

Memory: 32GB (4x8) DDR4 G.Skill TridentZ RGB 3000mhz

Motherboard: Asus Prime z270-AR

PSU: Seasonic Prime Titanium 850W

Cooler: Custom water loop (420mm rad + 360mm rad)

Case: Be quiet! Dark base pro 900 (silver)
Primary storage: Samsung 960 evo m.2 SSD (500gb)

Secondary storage: Samsung 850 evo SSD (250gb)

 

Server build:

OS: Ubuntu server 16.04 LTS (though will probably upgrade to 17.04 for better ryzen support)

CPU: Ryzen R7 1700x

Memory: Ballistix Sport LT 16GB

Motherboard: Asrock B350 m4 pro

PSU: Corsair CX550M

Cooler: Cooler master hyper 212 evo

Storage: 2TB WD Red x1, 128gb OCZ SSD for OS

Case: HAF 932 adv

 

Link to comment
https://linustechtips.com/topic/1006563-python-curses-help/#findComment-12064184
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×