Are there any guidelines for upgrading from 2.5 to 2.6?
Do you have to uninstall 2.5, or does the installer do that for you?
I have wxPython, mod_python and Django installed. Will these have to
reinstalled/reconfigured for 2.6?
Platform: Windows XP Pro SP3
Daniel Klein 9 1104
Are there any guidelines for upgrading from 2.5 to 2.6?
Dear Daniel,
Python 2.5 and 2.6 can coexist, so there isn't any need for some
kind of upgrade procedure. Installing 2.6 will not affect your
2.5 installation.
Do you have to uninstall 2.5, or does the installer do that for you?
No. After installing 2.6, 2.5 will still be around, with all its
add-ons. If you want 2.5 to disappear, you should uninstall
it first.
I have wxPython, mod_python and Django installed. Will these have to
reinstalled/reconfigured for 2.6?
Yes, that will be necessary.
Regards,
Martin
On Oct 12, 11:22�pm, "Martin v. L�wis" <mar...@v.loewis.de>wrote:
Are there any guidelines for upgrading from 2.5 to 2.6?
Dear Daniel,
Python 2.5 and 2.6 can coexist, so there isn't any need for some
kind of upgrade procedure. Installing 2.6 will not affect your
2.5 installation.
Do you have to uninstall 2.5, or does the installer do that for you?
No. After installing 2.6, 2.5 will still be around, with all its
add-ons. If you want 2.5 to disappear, you should uninstall
it first.
I have wxPython, mod_python and Django installed. Will these have to
reinstalled/reconfigured for 2.6?
Yes, that will be necessary.
Regards,
Martin
A reason you might want to keep version 2.5 is that
even systems that supposedly work in 2.6 sometimes
don't because they never actually tested it with
2.6. That's rare, but it does happen, so you might
want 2.5 around until you verify that everything
works in 2.6 like it's supposed to.
Daniel Klein <da***********@gmail.comwrote:
> Are there any guidelines for upgrading from 2.5 to 2.6?
Do you have to uninstall 2.5, or does the installer do that for you?
Neither. It will be installed in a separate directory. If you don't want
2.5 any more, you can uninstall it yourself from Control Panel.
>I have wxPython, mod_python and Django installed. Will these have to reinstalled/reconfigured for 2.6?
Yes. Each major version (2.4, 2.5, 2.6) is separate, and has its own DLL.
Further, assuming you installed these using MSIs or Windows exes, you will
have to download new versions of them.
--
Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Python 2.5 and 2.6 can coexist, so there isn't any need for some
kind of upgrade procedure. Installing 2.6 will not affect your
2.5 installation.
That isn't entirely true. In Windows, python files bound to a
particular version of python in the registry. So, for example, if you
double click on "some_prog.py" to run it, then it will by default
start up using python2.6 once it is installed. Also right-clicking on
a file and selecting "edit with Idle" will open the version of Idle
associated with 2.6 (under 2.6). This is a minor difference, but I
wouldn't say that there are no side effects. They can be easily worked
around.
Matt
That isn't entirely true. In Windows, python files bound to a
particular version of python in the registry. So, for example, if you
double click on "some_prog.py" to run it, then it will by default
start up using python2.6 once it is installed. Also right-clicking on
a file and selecting "edit with Idle" will open the version of Idle
associated with 2.6 (under 2.6). This is a minor difference, but I
wouldn't say that there are no side effects. They can be easily worked
around.
Indeed. Notice that, at installation time, you have the option to chose
whether the new version should associate itself with the .py extension
or not. Through APR (add-remove-programs), you can later change that
also - unselect it in one installation, then select it in the other
(or run the repair installation if you selected it twice).
Regards,
Martin
En Tue, 14 Oct 2008 02:26:50 -0300, Martin v. Löwis <ma****@v.loewis.de>
escribió:
>That isn't entirely true. In Windows, python files bound to a particular version of python in the registry. So, for example, if you double click on "some_prog.py" to run it, then it will by default start up using python2.6 once it is installed. Also right-clicking on a file and selecting "edit with Idle" will open the version of Idle associated with 2.6 (under 2.6). This is a minor difference, but I wouldn't say that there are no side effects. They can be easily worked around.
Indeed. Notice that, at installation time, you have the option to chose
whether the new version should associate itself with the .py extension
or not. Through APR (add-remove-programs), you can later change that
also - unselect it in one installation, then select it in the other
(or run the repair installation if you selected it twice).
I'd say the wording in the installer is unfortunate. The option is labeled
"Register extensions" and for some time I thought it was related to
..pyd/.dll files ("C extensions"), not "Associate .py files to this Python
installation"
--
Gabriel Genellina
I'd say the wording in the installer is unfortunate. The option is
labeled "Register extensions" and for some time I thought it was related
to .pyd/.dll files ("C extensions"), not "Associate .py files to this
Python installation"
Unfortunately, I think this is too long for the available space.
Regards,
Martin
Martin v. Löwis wrote:
>I'd say the wording in the installer is unfortunate. The option is labeled "Register extensions" and for some time I thought it was related to .pyd/.dll files ("C extensions"), not "Associate .py files to this Python installation"
Unfortunately, I think this is too long for the available space.
How about "Make default Python"?
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
Martin v. Löwis wrote:
>I'd say the wording in the installer is unfortunate. The option is labeled "Register extensions" and for some time I thought it was related to .pyd/.dll files ("C extensions"), not "Associate .py files to this Python installation"
Unfortunately, I think this is too long for the available space.
How about "Make default Python"?
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/ This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: S. Crespel |
last post by:
Hi,
Where can I find informations about consequences of upgrading from PHP
4.2.3 to 4.3 regarding existing PHP applications ?
I have lots of existing PHP (4.2.3) scripts, will everything still...
|
by: bartolomesintes |
last post by:
Hi,
I have installed PHPHome 2.3.4 in Windows XP. This WAMP package
installs Apache 2.0.50 , PHP 5.0.0 and it works fine. The SQLite
installed version is 2.8.14 and I would like to upgrade to a...
|
by: Michael Foord |
last post by:
http://www.voidspace.org.uk/python/articles/upgrading_python.html
I've been looking at whether to upgrade immediately from Python 2.3 to
Python 2.4 or postpone it. This is my first `major version...
|
by: Jonathan Hilgeman |
last post by:
Currently, I'm running 3.23.51 on Red Hat 7.1, and I'm contemplating
upgrading to MySQL 4.0, but I'm not sure what to expect. I don't know if
MySQL 4.0 is fully backwards-compatible with 3.23.x...
|
by: wellington fan |
last post by:
Dear newsies,
My ISP has offered to upgrade my servers from 3.23 to 4.1.
I'm excited by the potential gains in performance, and the ability to
write subqueries, but am wary of any forward...
|
by: Mike Owen |
last post by:
Hi,
I have just used the import Wizard to import a VS 2003 app to VS 2005.
I have a lot of work to do to enable it to compile successfully with all the
errors and warnings it gave me, but as a...
|
by: Noesis Strategy |
last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles.
Recently, I have begun to design Access databases using an copy of Access
2002 from my previous laptop. It works fine,...
|
by: Aidan Tobin |
last post by:
Hi,
I have to upgrade a number of databases from Access 2.0, Access 97 and
Access 2000 to work in Office 2003. These databases contain a number
of Forms coded with VBA as well as a number of...
|
by: progTiger |
last post by:
The upgrade wizard just hangs on step 5 of 5 when it reaches "Upgrading
DataEnvironment..." I have let it sit for 3 hours and it does nothing. .Net
Studio is not frozen, but the process does...
|
by: JimLad |
last post by:
Hi,
We have a major ASP app that we are in the process of upgrading to
ASP.NET 1.1 and probably on to ASP.NET 2.0 in the middle of next year.
(We will also be upgrading to SQL2K5 at the same...
|
by: Kemmylinns12 |
last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: ezappsrUS |
last post by:
Hi,
I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
|
by: F22F35 |
last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...
| |