Re: FreeBSD Port: google-appengine-1.9.6

2014-07-31 Thread Nicola Vitale
Hi Brian,

 [2014-07-31 22:33 GMT+02:00 Brian Klahn b...@klahnpages.net]
 Might you be able to help me? I've been searching for hours. Is your port
 supposed to allow this to not fail?:

 from google.appengine.api import mail
 Traceback (most recent call last):
   File stdin, line 1, in module
 ImportError: No module named google.appengine.api

You have to add /usr/local/share/google-appengine to the environment variable
PYTHONPATH or to sys.path in your scripts:

➜  ~  python
Python 2.7.8 (default, Jul 19 2014, 13:56:51)
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final
183502)] on freebsd10
Type help, copyright, credits or license for more information.
 from google.appengine.api import mail
Traceback (most recent call last):
  File stdin, line 1, in module
ImportError: No module named google.appengine.api
 import sys
 sys.path.insert(1, '/usr/local/share/google-appengine')
 from google.appengine.api import mail


Best regards.
--
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: FreeBSD Port: py27-pytz-2013.8,1

2013-11-30 Thread Nicola Vitale
Hi,

 [2013/11/30 Anton Afanasyev aas...@gmail.com]
 I was running into the same issue as Fabien, and I noticed that
 deve/py-distribute is deprecated in favor of devel/py-setuptools.
 My best guess is that the latter has a different set of options than the
 former, but this is just a guess.

Well, everything is possible, but this issue (16 Nov) is preceding the
switch distribute - setuptools (27 Nov), and both tools include the
--version option, so it's strange that easy_install does not recognize
it on the command line.

Anyway, mine was only a curiosity. :)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: py27-pytz-2013.8,1

2013-11-28 Thread Nicola Vitale
Hi,

 [2013/11/27 Helmut Schneider jumpe...@gmx.de]
 [helmut@BSDHelmut ~]$ easy_install-2.7 --version
 usage: easy_install-2.7 [options] requirement_or_url ...
   or: easy_install-2.7 --help

 error: option --version not recognized

That confirms what said by Li-Wen: there's something wrong with the
installation of devel/py-distribute on your system. What's the output
of easy_install-2.7 --help? And the content of that script? Have you
set some Python environment variable?

Thank you for the feedback.
--
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: py27-pytz-2013.8,1

2013-11-25 Thread Nicola Vitale
Hi,

 [2013/11/25 Helmut Schneider jumpe...@gmx.de]
 Similiar Problem here:

 ---  Installing the new version via the port
 ===  Staging for py27-boto-2.16.0
 [...]
 error: option --user not recognized

Output of the following commands?

# cat /etc/make.conf
# easy_install-2.7 --version
# (cd /usr/ports/devel/py-boto  make -n)

What options/command do you use to run portupgrade?

What happens if you update the port with the following command?

(cd /usr/ports/devel/py-boto  make deinstall install)

Thanks.
-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: wbar-2.3.4 upgrade

2013-02-08 Thread Nicola Vitale
Hi,

 [2013/2/8 Leslie Jensen les...@eskk.nu]
 wbar -above-desk -bpress -pos bottom -nanim 7

 I've been playing around with the position settings.

Have you already tried with the long options?

wbar --above-desk --bpress --pos bottom --nanim 7?

Best regards.
-- 
Nicola Vitale



-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Wbar not displaying correctly

2012-06-02 Thread Nicola Vitale
Hi,

 [2012/5/21 Leslie Jensen les...@eskk.nu]
 My problem is that Wbar now displays the first applications icon as
 background picture.

You have to add the following lines at the beginning of ~/.wbar:

i: /usr/local/share/pixmaps/wbar/osxbarback.png
c: wbar --bpress --above-desk --vbar --pos right --isize 32 --idist 5 --nanim 4
--falfa 65
t: none

Replace 'none' with your preferred font, e.g.:

t: /usr/local/lib/X11/fonts/webfonts/georgia/10

HTH.
-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Size mismatch in audio/espeak port

2010-09-17 Thread Nicola Vitale
Hi,

 [2010/9/17 Lowell Gilbert freebsd-ports-lo...@be-well.ilk.org]
 Jerry freebsd-ports.u...@seibercom.net writes:

 There is an apparent size mismatch in the audio/espeak port:
 [...]
 Or you can wait for nivit@ to go through it and make an official fix.

Just fixed. Thank you for the report.

-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: py25-dbutils will not package

2009-08-06 Thread Nicola Vitale
Hi,

 [2009/8/6 Kenneth Dombrowski kdombrow...@gmail.com]
 An attempt to package py-dbutils looks like this:

 r...@db2 ports $ portupgrade -pf databases/py-dbutils
 Creating package /usr/ports/packages/All/py25-dbutils-1.0.tbz
 Registering depends: python25-2.5.4_2.
 Creating bzip'd tar ball in '/usr/ports/packages/All/py25-dbutils-1.0.tbz'
 tar: lib/python2.5/site-packages/DBUtils-1.0-py2.5.egg-info: Cannot
 stat: No such file or directory

 However, the DBUtils site-packages directory is actually installed
 into an egg dir:

IMO, that happens because the first lines of setup.py script are

try:
from setuptools import setup
except ImportError:
from distutils.core import setup

so if you have installed devel/py-setuptools, the port installs a Python egg.
We have to set USE_PYDISTUTILS=easy_install in the Makefile and fix
the pkg-plist.

Ciao.
-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: xclip port update

2009-02-13 Thread Nicola Vitale
Hi,

 [2009/2/13 Eitan Adler eitanadlerl...@gmail.com]
 I am working on updating xclip to version 0.11 and I ran across the
 following problem:
 [...]
 usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 file2
   install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
   [-o owner] file1 ... fileN directory
   install -d [-v] [-g group] [-m mode] [-o owner] directory ...
 *** Error code 64

Try with USE_GMAKE= yes in the Makefile.

-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: what do I do with python eggs?

2008-05-30 Thread Nicola Vitale
Hi,

 [2008/5/28 Paul Chvostek [EMAIL PROTECTED]]
 My pkg-plist contains three lines -- two scripts in ${PREFIX}/bin and
 the line quoted above, verbatim.  Yet, when I `make deinstall`, I get:

  pkg_delete: cannot delete specified file 
 '/usr/local/lib/python2.5/site-packages/twill-0.9-py2.5.egg' - it is a 
 directory!
  this packing list is incorrect - ignoring delete request

Take a look at http://nivi.interfree.it/shar/py-twill.shar .

I made that port one week ago, because it's a dependency of Elisa
(http://elisa.fluendo.com ).
By chance are we working on the same target? :)
Actually, I have the Elisa port and all its dependencies ready, though
only the time to test all is lacking.

Anyway, feel free to use that file and take the maintainership of
py-twill if you want.

Ciao.
-- 
Nicola Vitale
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Python on 64-bit AMD??

2007-10-09 Thread Nicola Vitale
Hi,

 [2007/10/8, Wesley Shields [EMAIL PROTECTED]]
 On Mon, Oct 08, 2007 at 05:05:46AM -0700, David Southwell wrote:
 [...]
 ** Port marked as IGNORE: x11-toolkits/py-wxPython24:
 is marked as broken: Does not build on 64-bit architectures
  Any ideas?

Try with these patches:

http://nivi.interfree.it/patches/x11-toolkits/py-wxPython24/patch-src-helpers.cpp
http://nivi.interfree.it/patches/x11-toolkits/py-wxPython24/patch-src-gtk-gdi.cpp

Ciao.
-- 
Nicola Vitale
[EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [PATCH] math/asymptote-1.23 build broken on 6.2-Stable i386; also unsolved problems with AFPL Ghostscript integration

2007-03-29 Thread Nicola Vitale

Hi,


[2007/3/27, bf [EMAIL PROTECTED]]
Building WITH_GSL=yes on my machine, the first hunk of
the math/asymptote/files/patch-Makefile.in fails,
probably because of the 1.23 source Makefile.in's line
9,


It has been fixed, thanks.


Also, when generating the asymptote
documentation/examples, there are a great number of
errors of the form:

../asy -dir ../base -f png grid3xyz.asy
AFPL Ghostscript 8.54: Error: Font Renderer Plugin (
FreeType ) return code = -1


I don't think it depends on asymptote, perhaps on the external
renderer. We also get a similar error by typing for example the
following command at the ghostscript prompt:

GS /Helvetica-Bold findfont 24 scalefont setfont

=
Loading NimbusSanL-Bold font from
/usr/local/share/ghostscript/fonts/n019004l.pfb... AFPL Ghostscript
8.54: Error: Font Renderer Plugin ( FreeType ) return code = -1
Can't render Font NimbusSanL-Bold with FAPI, will do with native GS renderer.
3578904 1717467 177 472540 1 done.
AFPL Ghostscript 8.54: Error: Font Renderer Plugin ( FreeType ) return code = -1
Can't render Font Helvetica-Bold with FAPI, will do with native GS renderer.

Unfortunately, I don't know a solution, sorry.

Thanks, ciao.
--
Nicola Vitale
[EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]