Questions tagged [multiple-versions]

139 questions
2
votes
0 answers

Loading specific PyQt4 modules with multiple python versions

I have a problem with a multiple python install on a win7 system. I Have a Python2.6.4 and a Python3.1. each of them have a different PyQt4 version properly installed in their site-packages directories. to be more specific: Python2.6.4 with PyQt4…
Pic
  • 105
  • 2
  • 10
2
votes
1 answer

Directory Path of the last version of ClickOnce application

I want to know if there is a way to get the directory of the previous version (the last version older than the current version) of ClickOnce Application? Something like this? Assembly.GetExecutingAssembly().Location The above will get the directory…
Butters
  • 947
  • 5
  • 16
  • 25
2
votes
1 answer

Android FrameLayout different behavior API 10 and 11

I was designed a view with a FrameLayout as the parent of an ImageView and TextView and when testing on devices with API <10 I've realized that the FrameLayout height doesn't obey to the fill_parent rule (every component is overlayed) Nevertheless,…
user1683087
  • 121
  • 1
  • 1
  • 3
2
votes
2 answers

How do I managing usage of multiple versions of unmanaged DLL calls in C#?

I wonder if anyone can point me in the right direction I'm fairly new to c# so go easy on me. My code uses an unmanaged DLL that is a provided API for interfacing with a SmartCard Reader, I don't have control of the DLL I just want to wrap it in c#…
user692942
  • 16,398
  • 7
  • 76
  • 175
1
vote
2 answers

Aptana studio3 Eclipse plugin install process fails in specific conditions - what's the right processv to follow

I had first installed Eclipse with Aptana studio 2 plugin. Later I would test studio3 and installed as stand alone. Now I wish to migrate from studio 2 to 3 (very few projects) plugin, import project from 2 and 3 workspaces versions. I have followed…
Trebly
  • 21
  • 5
1
vote
1 answer

How can I modify my C code to kill a child process in OpenSUSE 42.3 using sudo?

When testing compatibility for an update of a legacy program in OpenSUSE, I traced the problem to a strange version difference. The following C program creates a child process in sudo, and then kills this process in sudo: #include #include…
Hyreon
  • 11
  • 4
1
vote
1 answer

Previous version of PHP running during windows startup

I have install PHP version 8.1.6 for my Wamp Server and when I run php -v I can verify that, but when I restart my computer a cmd window opens and it says -> wamp64\bin\php\php5.6.40\php.exe and that command window lags there for a good 2 minutes…
DaleG
  • 11
  • 2
1
vote
0 answers

Is it safe to install spyder multiple times with conda?

Specifically I'm thinking about conflicting preferences/config/autosave files, since spyder (currently installed to my default base cond env) creates a .spyder-py3 directory in my userprofile as well as many other things. Are there any special…
Greedo
  • 4,967
  • 2
  • 30
  • 78
1
vote
2 answers

Multiple iPhone App Versions for Different Countries

I created an app and it is currently live in the app store for all countries. I would like to roll out a different version of my app for the UK, the only difference being the cities users see. Is it possible to do this ? What is the procedure for…
Peter Willsey
  • 1,078
  • 6
  • 18
1
vote
2 answers

Diffent versions of same library in Coq

Is it possible to install several versions of the same library in Coq? If yes, how do I choose which version I want to work with? I work in Windows so any solutions using OPAM are unfortunately not going to help me.
Rincewind
  • 197
  • 1
  • 1
  • 9
1
vote
1 answer

Make rJava or R to use a different (previous) Java version

It seems that the last java version makes rJava not able to load or compile / install. Is there any way I can have java8 and java9 installed and force rJava or R use the java8 version? Edit: It's been suggested that perhaps this thread is the…
lpuerto
  • 301
  • 4
  • 16
1
vote
1 answer

OpenMPI v1.X vs v2.X - What are the main differences?

Many systems (e.g. Google Cloud Compute instances) come pre-installed with OpenMPI v1.X. Since v2.X has been out for a while, is it always preferable to upgrade and use that instead? What are the main differences? Is there a difference in general…
IronLionZion
  • 123
  • 2
  • 10
1
vote
3 answers

Maintain multiple versions of the same Php website

I am building a new website using Php and CodeIgniter (on a LAMP stack). One requirement is to have the facility to run simultaneously more than one version of the same website e.g. a “live” and a “dev” version; There should be a quick and safe way…
Adrian
  • 11
  • 2
1
vote
1 answer

How to configure Apache for Multiple PHP version from htaccess

I have installed a collection of PHP versions from Remi Repositories, which may be ignored, for the question itself, but kept for the sake of understanding the processed I tried. They work fine from command line, but I'd like to use them with Apache…
Gilberto Albino
  • 2,572
  • 8
  • 38
  • 50
1
vote
1 answer

How to set my default version in Google App Engine

I'm working on a google app engine app that, after a lot of progress, has multiple versions deployed. I'd really like to switch the default version, which is the very first version of the app, to something more recent, but there doesn't seem to be…
bgenchel
  • 3,739
  • 4
  • 19
  • 28