[Zope3-Users] Hector Miuler Malpica Gallegos quiere mantener el contacto en LinkedIn

2011-02-02 Thread Hector Miuler Malpica Gallegos
LinkedIn


   
Me gustaría añadirte a mi red profesional en LinkedIn. 

- Hector Miuler Malpica Gallegos

Hector Miuler Malpica Gallegos
Software Engineer en CloudWorks 360 
Perú

Confirma que conoces a Hector Miuler Malpica Gallegos
https://www.linkedin.com/e/-ax9ezo-gjoowrzk-2x/isd/2259789075/h6V5BbFU/


 
-- 
(c) 2011, LinkedIn Corporation___
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] storm, zope3 and zstorm

2008-08-03 Thread Hector Miuler Malpica Gallegos

hello, I want to connect to storm the db, use Zope with fastcgi in
bluehost, but every time I use zstorm, after a while the system does not
respond, and it seems that restarts the application, I believe it is by
making multiple connections db the storm, I can limit the number of
connections? I see that default is 10 conexciones at the same time.




 _\|/_
 (O-O)
--oOO-(_)-OOo---
Hector Miuler Malpica Gallegos
Universidad Nacional del Callao - Peru
Escuela de Ingenieria Electronica

usuario registrado #308608




signature.asc
Description: This is a digitally signed message part
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: [storm] using storm with Zope3

2008-08-03 Thread Hector Miuler Malpica Gallegos
Hi,  
How can I limit the number of connections?


On mar, 2008-07-22 at 08:17 +0200, =?ISO-8859-1?Q? J=FCrgen_Kartnaller _
wrote:
 
 
 
 On Mon, Jul 21, 2008 at 7:50 AM, James Henstridge [EMAIL PROTECTED]
 wrote:
 
 On Mon, Jul 7, 2008 at 3:47 PM, Jürgen Kartnaller
 [EMAIL PROTECTED] wrote:
  Using Storm with Zope 3 is absolutely easy :
 
  Include this in your zcml configuration :
 
  include package=storm.zope file=meta.zcml/
  include package=storm.zope/
  store name= uri=postgres://localhost:14339/az/
 
  In your code :
 
  store = component.getUtility(IZStorm).get('')
 
 
 
 Note that it is probably better to give a real name to your
 store(s),
 since it will make it easier to extend your application if you
 end up
 needing multiple stores.  Using an empty store name makes it
 look like
 you're doing something special.
 
 
 The reason for the unnamed store is simple :
 All packages assume a default store for the application, this store is
 always the unnamed store. This way there is no need to define special
 application  store names.
 If a package needs additional databases we can add named stores at any
 time.
 
 Jürgen
 
 
 
 
 -- 
 Lovely Systems, senior developer
 
 phone: +43 5572 908060, fax: +43 5572 908060-77
 Schmelzhütterstraße 26a, 6850 Dornbirn, Austria
 

 _\|/_
 (O-O)
--oOO-(_)-OOo---
Hector Miuler Malpica Gallegos
Universidad Nacional del Callao - Peru
Escuela de Ingenieria Electronica

usuario registrado #308608




signature.asc
Description: This is a digitally signed message part
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] buildout z3ext Error

2008-07-04 Thread Hector Miuler Malpica Gallegos
Error in building z3ext.portal

$ buildout 
Not upgrading because not running a local buildout command.
Develop: '/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/.'
Download error: unknown url type: svn -- Some packages may not be found!
Download error: unknown url type: svn -- Some packages may not be found!
Getting distribution for 'zope.i18nmessageid==3.4.3'.
Traceback (most recent call last):
  File string, line 1, in ?
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 1670, in main
with_ei_usage(lambda:
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 1659, in with_ei_usage
return f()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 1674, in lambda
distclass=DistributionWithoutHelpCommands, **kw
  File /usr/lib/python2.4/distutils/core.py, line 149, in setup
dist.run_commands()
  File /usr/lib/python2.4/distutils/dist.py, line 946, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.4/distutils/dist.py, line 966, in run_command
cmd_obj.run()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 211, in run
self.easy_install(spec, not self.no_deps)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 427, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 471, in install_item
dists = self.install_eggs(spec, download, tmpdir)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/easy_install.py,
 line 919, in run_setup
run_setup(setup_script, args)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/sandbox.py,
 line 26, in run_setup
DirectorySandbox(setup_dir).run(
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/sandbox.py,
 line 63, in run
return func()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/sandbox.py,
 line 29, in lambda
{'__file__':setup_script, '__name__':'__main__'}
  File setup.py, line 61, in ?
'zope.traversing',
  File /usr/lib/python2.4/distutils/core.py, line 149, in setup
dist.run_commands()
  File /usr/lib/python2.4/distutils/dist.py, line 946, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.4/distutils/dist.py, line 966, in run_command
cmd_obj.run()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/bdist_egg.py,
 line 174, in run
cmd = self.call_command('install_lib', warn_dir=0)
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/bdist_egg.py,
 line 161, in call_command
self.run_command(cmdname)
  File /usr/lib/python2.4/distutils/cmd.py, line 333, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.4/distutils/dist.py, line 966, in run_command
cmd_obj.run()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/install_lib.py,
 line 20, in run
self.build()
  File /usr/lib/python2.4/distutils/command/install_lib.py, line 110,
in build
self.run_command('build_ext')
  File /usr/lib/python2.4/distutils/cmd.py, line 333, in run_command
self.distribution.run_command(command)
  File /usr/lib/python2.4/distutils/dist.py, line 966, in run_command
cmd_obj.run()
  File
/home/share/Almacen/Instaladores-Linux/cversiones/svn/z3ext/eggs/setuptools-0.6c7-py2.4.egg/setuptools/command/build_ext.py,
 line 46, in run
_build_ext.run(self)
  File /usr/lib/python2.4/distutils/command/build_ext.py, line 279, in
run
self.build_extensions()
  File /usr/lib/python2.4/site-packages/Pyrex/Distutils/build_ext.py,
line 82, in build_extensions
self.build_extension(ext)
  File

[Zope3-Users] virtual hosting

2006-10-11 Thread Hector Miuler Malpica Gallegos




Hello friends, as I can have virtual hosting of easy form? like in zope2 




-- 
Hector Miuler Malpica Gallegos [EMAIL PROTECTED]







signature.asc
Description: Esta parte del mensaje está firmada	digitalmente
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] virtual hosting

2006-10-11 Thread Hector Miuler Malpica Gallegos
I do not have apache, I have zope3: ( 

seemed to /virtual_hosting of zope2 :
01domainzope3.com  /miuler/01
02domainzope3.com  /miuler/02


El mié, 11-10-2006 a las 22:05 +1300, Darryl Cousins escribió: 
 On Wed, 2006-10-11 at 04:57 -0500, Hector Miuler Malpica Gallegos wrote:
  Hello friends, as I can have virtual hosting of easy form? like in
  zope2 
  
  -- 
  Hector Miuler Malpica Gallegos [EMAIL PROTECTED]
 
 
 Sure.
 
 VirtualHost *
  ServerName zope3.theshire
  RewriteRule ^(/?.*) http://localhost:8031/++vh++http:zope3.theshire:80/++$1 
 [P,L]
 /VirtualHost
 
 
 Hope that helps.
 Darryl
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] problem Z3+cpsskins

2005-12-31 Thread Hector Miuler Malpica Gallegos




Hi friends, i have a problem actually use cpsskins of svn.z3lab.org
and the zope3 of svn (svn.zope.org), whenever I want to create a
subject shows the following error:
AttributeError: 'NoneType' object has no attribute 'newIdentifier'

after looking for, the error occurs in this file
http://svn.z3lab.org/z3lab/cpsskins/trunk/elements/__init__.py
exactly here:
==
...
class Element(Contained):
 An element

 implements(IElement)

 def __init__(self):
 from cpsskins.thememanager import getThemeManager
 tmutil = getThemeManager() #
 self._identifier = tmutil.newIdentifier() #
...
==

after proving I realize that this not giving back swum
getThemeManager() only giving back a None, this not giving back
a class, some idea?

the cpsskins for zope3, with as version of zope3 it works? with the
versin of svn?



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users