473,563 Members | 2,767 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debian says "Warning! you are running an untested version ofPython." on 2.3

Whenever I run python I get

"Warning! you are running an untested version of Python."

prepended to the start of any output on stdout.

This is with Debian and python 2.3 (running the debian 2.1 and 2.2 binaries
doesn't have this effect)

Does anyone have any idea how to stop this or have even seen it before?
Google says Your search - "you are running an untested version" - did not
match any documents
:(

Jul 18 '05 #1
3 1875
Alex Stapleton <al***@advfn.co m> wrote:
Whenever I run python I get

"Warning! you are running an untested version of Python."

prepended to the start of any output on stdout.

This is with Debian and python 2.3 (running the debian 2.1 and 2.2 binaries
doesn't have this effect)


What version of a) Debian and b) python are you running?

I don't have that problem here (I'm running testing/sarge)

$ python2.4 -c 'pass'
$ python2.3 -c 'pass'
$ python2.2 -c 'pass'
$ python2.1 -c 'pass'
$

$ dpkg -l python2.1 python2.2 python2.3 python2.4
||/ Name Version Description
+++-==============-==============-=============== =============== ==============
ii python2.1 2.1.3-25 An interactive high-level object-oriented la
ii python2.2 2.2.3-10 An interactive high-level object-oriented la
ii python2.3 2.3.4-18 An interactive high-level object-oriented la
ii python2.4 2.4-2 An interactive high-level object-oriented la

--
Nick Craig-Wood <ni**@craig-wood.com> -- http://www.craig-wood.com/nick
Jul 18 '05 #2
rbt
Nick Craig-Wood wrote:
Alex Stapleton <al***@advfn.co m> wrote:
Whenever I run python I get

"Warning! you are running an untested version of Python."

prepended to the start of any output on stdout.

This is with Debian and python 2.3 (running the debian 2.1 and 2.2
binaries doesn't have this effect)


What version of a) Debian and b) python are you running?

I don't have that problem here (I'm running testing/sarge)


Same here... Debian testing with Python2.3 no problem. Perhaps he's running
Debian unstable?

Cheers
Jul 18 '05 #3
rbt wrote:
Nick Craig-Wood wrote:
Alex Stapleton <al***@advfn.co m> wrote:
Whenever I run python I get

"Warning! you are running an untested version of Python."

prepended to the start of any output on stdout.

This is with Debian and python 2.3 (running the debian 2.1 and 2.2
binaries doesn't have this effect)


What version of a) Debian and b) python are you running?

I don't have that problem here (I'm running testing/sarge)


Same here... Debian testing with Python2.3 no problem. Perhaps he's
running Debian unstable?


Same result here on unstable, no problem. And experimental has no python2.3
package.
However, I remember vaguely about something like this.
Perhaps the OP is running an old unstable version, never upgraded ?

--
Amand Tihon
Jul 18 '05 #4

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

Similar topics

1
5872
by: qwejohn | last post by:
Hello, I had posted this question in the twisted mailing list but did not got a solution ; I hope that the python Gurus of this forum can help me a bit. I am trying the exmaple in the python docs - http://twistedmatrix.com/users/warner/doc-latest/web/howto/using-twistedweb.xhtml Configuring and Using the Twisted.Web Server - Twisted...
6
1846
by: Plumer | last post by:
Good morning everyone, I am having difficulty distributing a Release version of an application. System info C# DOTNET, MDE 2002, Version 7.0.9466 .Net Framework, version 1.0.3705 My Desktop Operating system (as reported by Control Panel.System) is: Windows XP, Version 2002
3
2344
by: Jaroslaw Zabiello | last post by:
I got strange errors in Zope 2.7. METALError macro 'context/base' has incompatible version None, at line 1, column 1 One ZPT file (named 'base') defines some simply slots: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
2
4726
by: Wiktor Zychla | last post by:
After signing all my assemblies with strong keys, I've found that the application refuses to deserialize any SOAP serialized data. The message says: Parse error, no assembly associated with the Xml key. and refers to the Xml key: <a1:C_XOptions id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/SU2000Plus/sekretariat_RM
3
2256
by: Eric Newton | last post by:
Given databinding an array of System.Version types: Given that "SomeObject" type has a Version property: public class SomeObject { public Version Version { get; } public string Description { get; } }
3
1552
by: C Card | last post by:
I am creating a managed DLL in C++ using VS.NET 2005 and .NET 2.0 that I hope can be used by applications created for older versions of .NET. I have a feeling this is not possible, and I hope someone can either confirm it is not possible or perhaps suggest what I might be doing wrong that prevents it from working. The DLL works with an...
1
1085
by: Asim Qazi | last post by:
Hi All i want to display the DotNet version on my projects First page which is written in ASP.net using c#, how can i get the version of DotNet Framework in ASP.Net/C# . aSIM.
5
1563
by: jamcompany via AccessMonster.com | last post by:
Hi , I'm wondering it there is a way to notify users of the need to use a different version of Access (2003). I have an Access 2003 mde file that can't be opened by Access 2000-2002 users. I would like to pop up a message (instead of the Access error message that it does not recognize the format), telling the user that they need to be...
1
1256
by: Diego Serrano | last post by:
I have a Windows 2003 server with a couble of websites in IIS. Every website and virtual directory are set to run .net framework v1.1. The most used of those websites is developed for v1.1 but after some days running rigth, iis suddenly starts running it under v2.0. Although there is not a single virtual directory trying to run v2.0, IIS does...
0
8106
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...
1
7642
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7950
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...
0
6255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
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...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.