Hi all,
Is the wxWidgets CVS server down? I don't' seem to be able to connect to it. I can't even successfully ping it:
$ ping cvs.wxwidgets.org
PING cvs.wxwidgets.org (130.225.247.90) 56(84) bytes of data.
--- cvs.wxwidgets.org ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5009ms
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Hi Chris,
It seems okay at my end now.
Thanks,
Kevin
···
On Aug 17, 2006, at 9:38 AM, Christopher Barker wrote:
Hi all,
Is the wxWidgets CVS server down? I don't' seem to be able to connect to it. I can't even successfully ping it:
$ ping cvs.wxwidgets.org
PING cvs.wxwidgets.org (130.225.247.90) 56(84) bytes of data.
--- cvs.wxwidgets.org ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5009ms
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Kevin Ollivier wrote:
It seems okay at my end now.
still no good from my end. This could be a firewall issue, but I thought I should at least be able to ping it.
Oh well, I downloaded the latest tarball instead, and found the setup.py trick was:
extra_path = EXTRA_PATH,
this puts everything inside EXTRA_PATH, in site-packages.
It also installs a *.pth file, which I haven't figured out how to suppress.
Maybe this isn't a good idea anyway.
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Robin
August 17, 2006, 7:02pm
4
Christopher Barker wrote:
Kevin Ollivier wrote:
It seems okay at my end now.
still no good from my end. This could be a firewall issue, but I thought I should at least be able to ping it.
The dotsrc.org folks have blocked the ping packets to cut down on DoS attacks.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
The dotsrc.org folks have blocked the ping packets to cut down on DoS attacks.
Thanks. I think our firewall is blocking the cvs port -- what a pain, it's blocking the svn: protocol too!
arrrgg!
-Chris
···
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov