473,799 Members | 3,210 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Resource temporarily unavailable launching idle under cygwin

Hello everyone. Trying to run idle from a cygwin session on Win2k
(yuk, but I must) I'm getting the following error message. It seems
something more Windoze-driven that Python driven, and I'm not and don't
wanna be an expert on that OS. Since the group has a good mix of users
in different platforms, perhaps someone can help.

Python runs fine, my programs run fine, and I can edit in vim and run
my code. However, would be nice to have idle available from time to
time

Thanks in advance!!

$ idle
23367 [main] python2.4 1668 C:\cygwin\bin\p ython2.4.exe: *** fatal
error - C:\
cygwin\bin\pyth on2.4.exe: *** unable to remap C:\cygwin\bin\t k84.dll to
same add
ress as parent(0x188900 00) != 0x18D20000
18 [main] python2.4 2236 fork: child 1668 - died waiting for dll
loading, e
rrno 11
Traceback (most recent call last):
File "/usr/bin/idle", line 5, in ?
main()
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
1361, in mai
n
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
277, in open
_shell
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
962, in begi
n
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
372, in star
t_subprocess
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
350, in spaw
n_subprocess
File "/usr/lib/python2.4/os.py", line 552, in spawnv
return _spawnvef(mode, file, args, None, execv)
File "/usr/lib/python2.4/os.py", line 520, in _spawnvef
pid = fork()
OSError: [Errno 11] Resource temporarily unavailable

As a sidenote, I sent twice this message as an email to
co************* *@googlegroups. com as instructed on the group digests,
and it bounced immediately. Did this method of posting change?

Thanks!

Juan C.

Aug 7 '06 #1
2 3157
PS: I already tried what suggested in a previous message on the groups
"Python 2.3.2 spawn problem" - Uninstalling and reinstalling python
without luck.

Python 2.4.3 (#1, May 18 2006, 07:40:45)
[GCC 3.3.3 (cygwin special)] on cygwin

Thanks!

jcmendez wrote:
Hello everyone. Trying to run idle from a cygwin session on Win2k
(yuk, but I must) I'm getting the following error message. It seems
something more Windoze-driven that Python driven, and I'm not and don't
wanna be an expert on that OS. Since the group has a good mix of users
in different platforms, perhaps someone can help.

Python runs fine, my programs run fine, and I can edit in vim and run
my code. However, would be nice to have idle available from time to
time

Thanks in advance!!

$ idle
23367 [main] python2.4 1668 C:\cygwin\bin\p ython2.4.exe: *** fatal
error - C:\
cygwin\bin\pyth on2.4.exe: *** unable to remap C:\cygwin\bin\t k84.dll to
same add
ress as parent(0x188900 00) != 0x18D20000
18 [main] python2.4 2236 fork: child 1668 - died waiting for dll
loading, e
rrno 11
Traceback (most recent call last):
File "/usr/bin/idle", line 5, in ?
main()
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
1361, in mai
n
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
277, in open
_shell
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
962, in begi
n
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
372, in star
t_subprocess
File "/tmp/python.340/usr/lib/python2.4/idlelib/PyShell.py", line
350, in spaw
n_subprocess
File "/usr/lib/python2.4/os.py", line 552, in spawnv
return _spawnvef(mode, file, args, None, execv)
File "/usr/lib/python2.4/os.py", line 520, in _spawnvef
pid = fork()
OSError: [Errno 11] Resource temporarily unavailable

As a sidenote, I sent twice this message as an email to
co************* *@googlegroups. com as instructed on the group digests,
and it bounced immediately. Did this method of posting change?

Thanks!

Juan C.
Aug 7 '06 #2
Juan C.,

On Mon, Aug 07, 2006 at 11:47:33AM -0700, jcmendez wrote:
Hello everyone. Trying to run idle from a cygwin session on Win2k
(yuk, but I must) I'm getting the following error message.
[snip]

$ idle
23367 [main] python2.4 1668 C:\cygwin\bin\p ython2.4.exe: *** fatal
error - C:\cygwin\bin\p ython2.4.exe: *** unable to remap
C:\cygwin\bin\t k84.dll to same address as parent(0x188900 00) != 0x18D20000
You need to rebase your system:

http://www.google.com/search?hl=en&q...le+to+remap%22

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
Aug 8 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2601
by: Porky Pig Jr | last post by:
Just downloaded and installed the latest Cygwin distribution which includes python 2.3.4. IDLE runs fine but for some reason the toolbar menu doesn't show up. Like, by default, it starts shell window, but no toolbar. If I type idle foobar.py it brings both shell and editor windows, but once again, no toolbar on either window -- which renders the edtior quite disfunctional.
1
2378
by: Porky Pig Jr | last post by:
A question for those using python under Cygwin. I've just installed the latest distribution with python 2.3.4. One problem I have is when I start IDLE, it doesn't show toolbar menu (either shell window or edit window). Does anyone know why and if there is a workaround? TIA. (I know I should probably ask Cygwin folks, but just want to check it here first)
8
3775
by: Jonathan Polley | last post by:
I have one account on a WindowsXP machine that refuses to run IDLE (or any other python script that uses Tk). Other people can login to that PC and IDLE runs just fine, so it is not an installation issue. When the person who has the problem logs into another PC the problem follows them. Any ideas as to what might me wrong? This is the traceback from IDLE: C:\Python20\Tools\idle>..\..\python.exe idle.py Traceback (most recent call...
0
2508
by: Andrey Mishenin | last post by:
While accessing MySQl data base by means of perl the value of variable $! sometimes equals " Resource temporarily unavailable". At the mean time everything works correct. What does that mean? _______________________________________________________________ http://chat.bigmir.net/ - ñàìûé óäîáíûé ÷àò ñ ôîòîàëüáîìàìè -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: ...
3
393
by: Van Steenbergen jan | last post by:
hi all i'm having a very strange error When i go to a asmx file from a webservice in IIS and i do a right click-choose Browse Next error will occure Server Error in '/' Application ------------------------------------------------------------------------------- The resource cannot be found.
2
15486
by: Steve M | last post by:
I am having a really strange problem. I have a site setup in a virtual directory that fails with the error below. It works on other web servers that are network load balanced with this server. I can go right to the default.aspx right in the ISS Manager and right-click browse and the error still comes up. I re-copied the folder over from a working server and checked IIS and NTFS permissions and it all matches. I recreated the virtual...
7
1457
by: active | last post by:
When I install the kit I get the error: No application is associated with the specified file for this operation Cannot start http://localhost/VB.NETResourceKit/ Later, if I try to run the program short cut I get: This file does not have a program associated with it for performing this action. Create an association in the Folder Options control panel. The short cut points to an .aspx file and the folder options show VS.NET2003 as the...
4
11559
by: Ben-Nes Michael | last post by:
Hi everyone From time to time i get the following error: could not fork new process for connection: Resource temporarily unavailable im using Postgres 7.4.5, with kernel 2.6.2 my conf is: max_connections = 400
2
38289
by: Raja | last post by:
I am new to this board. I am trying to write a Hello World web service in VS ..net 2005 beta in c#. The following error occurrs when I try to browse the .asmx file. -------------------------------------------------------------------------------- Server Error in '/WebSite5' Application. The resource cannot be found.
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7570
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5590
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.