Re: build 1830 with pip-7.1.2

philippe dalet <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <20151020012708.1aff2d30@administrateur-System-Product-Name>
Le Mon, 19 Oct 2015 21:16:04 +0200,
<[email protected]> a écrit :

> I tried to build wxPhoenix_v1830 with Python3 on a Lubuntu 14.04.3 LTS
> with pip-7.1.2. But I don't understand the errors.
> 
> This is the build call and the error.
> 
> user@MONSTER:~/share/man$ sudo pip3 install -v -U --pre -f
> http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix The
> directory '/home/user/.cache/pip/http' or its parent directory is not
> owned by the current user and the cache has been disabled. Please
> check the permissions and owner of that directory. If executing pip
> with sudo, you may want sudo's -H flag. The directory
> '/home/user/.cache/pip' or its parent directory is not owned by the
> current user and caching wheels has been disabled. check the
> permissions and owner of that directory. If executing pip with sudo,
> you may want sudo's -H flag. Getting page
> https://pypi.python.org/simple/wxpython-phoenix/ Starting new HTTPS
> connection (1): pypi.python.org "GET /simple/wxpython-phoenix/
> HTTP/1.1" 404 28063 Could not fetch URL
> https://pypi.python.org/simple/wxpython-phoenix/: 404 Client Error:
> Not Found - skipping The repository located at wxpython.org is not a
> trusted or secure host and is being ignored. If this repository is
> available via HTTPS it is recommended to use HTTPS instead, otherwise
> you may silence this warning and allow it anyways with
> '--trusted-host wxpython.org'. 1 location(s) to search for versions
> of wxPython-Phoenix:
> * https://pypi.python.org/simple/wxpython-phoenix/
> Skipping link http://wxpython.org/Phoenix/snapshot-builds/ (from -f);
> not a file Getting page
> https://pypi.python.org/simple/wxpython-phoenix/
> "GET /simple/wxpython-phoenix/ HTTP/1.1" 404 28063 Could not fetch
> URL https://pypi.python.org/simple/wxpython-phoenix/: 404 Client
> Error: Not Found - skipping Installed version (3.0.3.dev1820+49a8884)
> is most up-to-date (past versions: none) Requirement already
> up-to-date: wxPython-Phoenix
> in /usr/local/lib/python3.4/dist-packages Cleaning up... Starting new
> HTTPS connection (1): pypi.python.org "GET /pypi/pip/json HTTP/1.1"
> 200 46089
> 
> 
> 

Try my wheel on ubuntu 14.04 64 bits
http://sourceforge.net/projects/pcpu/files/Python%203.4%203.5%20trusty%20amd64/wxPython_Phoenix-3.0.3.dev1830%2B0b5f910-cp34-cp34m-linux_x86_64.whl/download

my script is
#!/bin/sh
echo "install:needs libnotify-dev libwebkit-dev libmspack-dev , Doxygen
1.8.8"
echo "        libgconfmm-2.6-dev libgstreamer-plugins-base0.10-dev"

F=${PWD##*/}-cp34-cp34m-linux_x86_64.whl
echo "\n$FILE\n"
PYVER="3.4"

export LANG=en_US
export PKG_CONFIG_PATH=/usr/lib64

echo "..............................................."
echo ". Compile wxPython-Phoenix with python3       ."
echo ". Compile wxWidgets 3.0.3                     ."
echo "..............................................."
echo " "
echo " "

sudo rm -rf ../build
sudo rm -rf ./build
sudo rm -rf ./license
sudo rm -rf ./dist

sed -i 's/file(/open(/' ./wx/py/document.py

mkdir build
cd build

echo " "
echo "......................."
echo ". Compiling etg sip   ."
echo "......................."
echo " "
echo " "
python3 -u ../build.py $PYVER --build_dir=../build --nodoc dox doxhtml
touch etg sip

echo " "
echo "......................."
echo ". Compiling WxPython  ."
echo "......................."
echo " "
echo " "
sudo python3 -u ../build.py $PYVER --build_dir=../build --nodoc build_wx
sudo python3 -u ../build.py $PYVER --build_dir=../build --nodoc build_py

echo " "
echo "......................."
echo ". bdist_wheel         ."
echo "......................."
echo " "
echo " "
sudo python3 -u ../build.py $PYVER --build_dir=../build --nodoc
bdist_wheel

echo "copy to dropbox"
cp ../dist/*.whl ~/Dropbox/Trusty-64bits/Python

(echo -n "\npause .. ";read mot)

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.