Muchas gracias Kiko, voy a probar con esa librería. Slds
El mar., 19 jul. 2022 14:13, kikocorreoso vía Python-es < python-es@python.org> escribió: > > ------- Original Message ------- > On Tuesday, July 19th, 2022 at 4:19 PM, Augusto Theaux < > augustothe...@gmail.com> wrote: > > Buenas gente, > > Tengo una app con Tkinter que desde un folder local levantó la info de 3 > xlsx y hago varias operaciones con los datos. Necesito poder instalar la > app en 3 PCs diferentes y que se puedan levantar los archivos desde una > ruta relativa(/data/archivo.xlsx) que librería o manera puedo hacer esto?. > Desde ya muchas gracias!! > > > Puedes usar la biblioteca pathlib y el método cwd de la clase Path: > > Path.cwd() > > https://docs.python.org/3/library/pathlib.html#pathlib.Path.cwd > > Sabiendo donde está la app y la carpeta /data/ debería ser sencillo. > > Slds > > > _______________________________________________ > Python-es mailing list > Python-es@python.org > https://mail.python.org/mailman/listinfo/python-es >
_______________________________________________ Python-es mailing list Python-es@python.org https://mail.python.org/mailman/listinfo/python-es